Index: webrtc/rtc_base/flags.cc |
diff --git a/webrtc/rtc_base/flags.cc b/webrtc/rtc_base/flags.cc |
index 9b7177c22c15dd28f75c8b2076349fcb76c3983e..a245cecf1d4f9ef5aa38e4e159684a03e84809dd 100644 |
--- a/webrtc/rtc_base/flags.cc |
+++ b/webrtc/rtc_base/flags.cc |
@@ -8,16 +8,16 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/flags.h" |
+#include "webrtc/rtc_base/flags.h" |
#include <stdio.h> |
#include <stdlib.h> |
#include <string.h> |
-#include "webrtc/base/checks.h" |
+#include "webrtc/rtc_base/checks.h" |
#if defined(WEBRTC_WIN) |
-#include "webrtc/base/win32.h" |
+#include "webrtc/rtc_base/win32.h" |
#include <shellapi.h> |
#endif |