Index: webrtc/rtc_base/platform_thread.cc |
diff --git a/webrtc/rtc_base/platform_thread.cc b/webrtc/rtc_base/platform_thread.cc |
index d3a1a037fcdd4ee0d243ea471e409be1614dc8e6..f65743ee3d50b73caf6302a4369d2c038feb2ad5 100644 |
--- a/webrtc/rtc_base/platform_thread.cc |
+++ b/webrtc/rtc_base/platform_thread.cc |
@@ -8,12 +8,12 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/platform_thread.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
-#include "webrtc/base/atomicops.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/timeutils.h" |
-#include "webrtc/base/trace_event.h" |
+#include "webrtc/rtc_base/atomicops.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/timeutils.h" |
+#include "webrtc/rtc_base/trace_event.h" |
#if defined(WEBRTC_LINUX) |
#include <sys/prctl.h> |