Update includes for webrtc/{base => rtc_base} rename (3/3)
I used a command like this to update the paths: perl -pi -e "s/webrtc\/base/webrtc\/rtc_base/g" `find webrtc/rtc_base -name "*.cc" -o -name "*.h"` BUG=webrtc:7634 NOTRY=True NOPRESUBMIT=True TBR=kwiberg@webrtc.org Review-Url: https://codereview.webrtc.org/2963273002 Cr-Commit-Position: refs/heads/master@{#18856}
This commit is contained in:
@ -12,14 +12,14 @@
|
||||
#define WEBRTC_RTC_BASE_WIN32SOCKETSERVER_H_
|
||||
|
||||
#if defined(WEBRTC_WIN)
|
||||
#include "webrtc/base/asyncsocket.h"
|
||||
#include "webrtc/base/criticalsection.h"
|
||||
#include "webrtc/base/messagequeue.h"
|
||||
#include "webrtc/base/socketserver.h"
|
||||
#include "webrtc/base/socketfactory.h"
|
||||
#include "webrtc/base/socket.h"
|
||||
#include "webrtc/base/thread.h"
|
||||
#include "webrtc/base/win32window.h"
|
||||
#include "webrtc/rtc_base/asyncsocket.h"
|
||||
#include "webrtc/rtc_base/criticalsection.h"
|
||||
#include "webrtc/rtc_base/messagequeue.h"
|
||||
#include "webrtc/rtc_base/socket.h"
|
||||
#include "webrtc/rtc_base/socketfactory.h"
|
||||
#include "webrtc/rtc_base/socketserver.h"
|
||||
#include "webrtc/rtc_base/thread.h"
|
||||
#include "webrtc/rtc_base/win32window.h"
|
||||
|
||||
namespace rtc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user