ref_count.h file name changed to refcount.h to keep as other ( most ) files are named in libjingle.

Review URL: http://webrtc-codereview.appspot.com/240008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@792 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mallinath@webrtc.org 2011-10-21 08:01:11 +00:00
parent ead87b5051
commit 96ba19034c
6 changed files with 5 additions and 5 deletions

View File

@ -716,7 +716,7 @@
'<(libjingle_mods)/source/talk/app/webrtc_dev/peerconnectionmessage.h',
'<(libjingle_mods)/source/talk/app/webrtc_dev/peerconnectionsignaling.cc',
'<(libjingle_mods)/source/talk/app/webrtc_dev/peerconnectionsignaling.h',
'<(libjingle_mods)/source/talk/app/webrtc_dev/ref_count.h',
'<(libjingle_mods)/source/talk/app/webrtc_dev/refcount.h',
'<(libjingle_mods)/source/talk/app/webrtc_dev/sessiondescriptionprovider.h'
'<(libjingle_mods)/source/talk/app/webrtc_dev/streamcollectionimpl.h',
'<(libjingle_mods)/source/talk/app/webrtc_dev/videorendererimpl.cc',

View File

@ -36,7 +36,7 @@
#include <string>
#include "talk/app/webrtc_dev/ref_count.h"
#include "talk/app/webrtc_dev/refcount.h"
#include "talk/app/webrtc_dev/scoped_refptr.h"
#include "talk/base/basictypes.h"

View File

@ -26,7 +26,7 @@
*/
#include "talk/app/webrtc_dev/mediastreamproxy.h"
#include "talk/app/webrtc_dev/ref_count.h"
#include "talk/app/webrtc_dev/refcount.h"
#include "talk/app/webrtc_dev/scoped_refptr.h"
namespace {

View File

@ -34,7 +34,7 @@
#include <string>
#include <vector>
#include "talk/app/webrtc_dev/ref_count.h"
#include "talk/app/webrtc_dev/refcount.h"
#include "talk/app/webrtc_dev/scoped_refptr.h"
#include "talk/base/basictypes.h"
#include "talk/base/scoped_ptr.h"

View File

@ -40,7 +40,7 @@
#include "talk/app/webrtc_dev/mediastreamproxy.h"
#include "talk/app/webrtc_dev/peerconnection.h"
#include "talk/app/webrtc_dev/peerconnectionmessage.h"
#include "talk/app/webrtc_dev/ref_count.h"
#include "talk/app/webrtc_dev/refcount.h"
#include "talk/app/webrtc_dev/scoped_refptr.h"
#include "talk/app/webrtc_dev/sessiondescriptionprovider.h"
#include "talk/app/webrtc_dev/webrtcsessionobserver.h"