Index: webrtc/media/engine/webrtcvideocapturer_unittest.cc |
diff --git a/webrtc/media/engine/webrtcvideocapturer_unittest.cc b/webrtc/media/engine/webrtcvideocapturer_unittest.cc |
index f660e43ab420014535842339958e0e74f1f53018..a4414f1e2ad7c59c62ada0550d0c2be9b9724904 100644 |
--- a/webrtc/media/engine/webrtcvideocapturer_unittest.cc |
+++ b/webrtc/media/engine/webrtcvideocapturer_unittest.cc |
@@ -15,14 +15,14 @@ |
#include <memory> |
#include <vector> |
-#include "webrtc/base/gunit.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/stringutils.h" |
-#include "webrtc/base/thread.h" |
#include "webrtc/media/base/testutils.h" |
#include "webrtc/media/base/videocommon.h" |
#include "webrtc/media/engine/fakewebrtcvcmfactory.h" |
#include "webrtc/media/engine/webrtcvideocapturer.h" |
+#include "webrtc/rtc_base/gunit.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/stringutils.h" |
+#include "webrtc/rtc_base/thread.h" |
using cricket::VideoFormat; |