Index: webrtc/system_wrappers/source/logging_unittest.cc |
diff --git a/webrtc/system_wrappers/source/logging_unittest.cc b/webrtc/system_wrappers/source/logging_unittest.cc |
index 39bca6568991d7ce15d3c5a6c2c947c8c0c84055..633d84b76bab03e874d430fcd7f39988dec57f70 100644 |
--- a/webrtc/system_wrappers/source/logging_unittest.cc |
+++ b/webrtc/system_wrappers/source/logging_unittest.cc |
@@ -8,14 +8,14 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/system_wrappers/interface/logging.h" |
+#include "webrtc/system_wrappers/include/logging.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webrtc/base/scoped_ptr.h" |
-#include "webrtc/system_wrappers/interface/condition_variable_wrapper.h" |
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" |
-#include "webrtc/system_wrappers/interface/sleep.h" |
-#include "webrtc/system_wrappers/interface/trace.h" |
+#include "webrtc/system_wrappers/include/condition_variable_wrapper.h" |
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
+#include "webrtc/system_wrappers/include/sleep.h" |
+#include "webrtc/system_wrappers/include/trace.h" |
namespace webrtc { |
namespace { |