Index: webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h |
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h |
index c3bd9e8eb2b2d4c79e91c3f991280ab2c831ffe5..1a1075c585c637478d832c3be2bee0c01299b0cc 100644 |
--- a/webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h |
+++ b/webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h |
@@ -16,11 +16,11 @@ |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/common_types.h" |
#include "webrtc/modules/rtp_rtcp/source/byte_io.h" |
-#include "webrtc/system_wrappers/interface/atomic32.h" |
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" |
-#include "webrtc/system_wrappers/interface/event_wrapper.h" |
-#include "webrtc/system_wrappers/interface/sleep.h" |
-#include "webrtc/system_wrappers/interface/thread_wrapper.h" |
+#include "webrtc/system_wrappers/include/atomic32.h" |
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
+#include "webrtc/system_wrappers/include/event_wrapper.h" |
+#include "webrtc/system_wrappers/include/sleep.h" |
+#include "webrtc/system_wrappers/include/thread_wrapper.h" |
#include "webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h" |
class TestErrorObserver; |