Index: webrtc/pc/test/fakeaudiocapturemodule_unittest.cc |
diff --git a/webrtc/pc/test/fakeaudiocapturemodule_unittest.cc b/webrtc/pc/test/fakeaudiocapturemodule_unittest.cc |
index aa40af79d0d750d900a78eff48ca899c54785c93..62885c2cdb11bd71b25478247b9726339d3c0002 100644 |
--- a/webrtc/pc/test/fakeaudiocapturemodule_unittest.cc |
+++ b/webrtc/pc/test/fakeaudiocapturemodule_unittest.cc |
@@ -12,10 +12,10 @@ |
#include <algorithm> |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/gunit.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
-#include "webrtc/base/thread.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/gunit.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
+#include "webrtc/rtc_base/thread.h" |
using std::min; |