Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Unified Diff: webrtc/rtc_base/window.h

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/win32window_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/window.h
diff --git a/webrtc/rtc_base/window.h b/webrtc/rtc_base/window.h
index 2eed4beafd7ef96da71559277cd945da9674885a..10ed9f7a95d314640db05f1cd45e590a4d3b3dcf 100644
--- a/webrtc/rtc_base/window.h
+++ b/webrtc/rtc_base/window.h
@@ -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;
« no previous file with comments | « webrtc/rtc_base/win32window_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698