Index: webrtc/rtc_base/criticalsection.cc |
diff --git a/webrtc/rtc_base/criticalsection.cc b/webrtc/rtc_base/criticalsection.cc |
index 5a7bc762a79f4376125fb289084cde75c5aa0d69..08acb13317c787ebc5ac82cafc58c261617cafff 100644 |
--- a/webrtc/rtc_base/criticalsection.cc |
+++ b/webrtc/rtc_base/criticalsection.cc |
@@ -8,10 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/criticalsection.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/platform_thread.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
// TODO(tommi): Split this file up to per-platform implementation files. |