Index: webrtc/system_wrappers/source/critical_section_unittest.cc |
diff --git a/webrtc/system_wrappers/source/critical_section_unittest.cc b/webrtc/system_wrappers/source/critical_section_unittest.cc |
index ec639eb673185a6bbf2940035c262456b5a800da..6848bdd06ba67bad5deb2cbee28aa4acb15f01d2 100644 |
--- a/webrtc/system_wrappers/source/critical_section_unittest.cc |
+++ b/webrtc/system_wrappers/source/critical_section_unittest.cc |
@@ -8,12 +8,12 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" |
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "webrtc/system_wrappers/interface/sleep.h" |
-#include "webrtc/system_wrappers/interface/thread_wrapper.h" |
-#include "webrtc/system_wrappers/interface/trace.h" |
+#include "webrtc/system_wrappers/include/sleep.h" |
+#include "webrtc/system_wrappers/include/thread_wrapper.h" |
+#include "webrtc/system_wrappers/include/trace.h" |
namespace webrtc { |