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:
@ -13,14 +13,14 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "webrtc/base/stringencode.h"
|
||||
#include "webrtc/rtc_base/stringencode.h"
|
||||
|
||||
// Define platform specific window types.
|
||||
#if defined(WEBRTC_LINUX) && !defined(WEBRTC_ANDROID)
|
||||
typedef unsigned long Window; // Avoid include <X11/Xlib.h>.
|
||||
#elif defined(WEBRTC_WIN)
|
||||
// We commonly include win32.h in webrtc/base so just include it here.
|
||||
#include "webrtc/base/win32.h" // Include HWND, HMONITOR.
|
||||
// We commonly include win32.h in webrtc/rtc_base so just include it here.
|
||||
#include "webrtc/rtc_base/win32.h" // Include HWND, HMONITOR.
|
||||
#elif defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
|
||||
typedef unsigned int CGWindowID;
|
||||
typedef unsigned int CGDirectDisplayID;
|
||||
|
||||
Reference in New Issue
Block a user