Index: webrtc/pc/currentspeakermonitor_unittest.cc |
diff --git a/webrtc/pc/currentspeakermonitor_unittest.cc b/webrtc/pc/currentspeakermonitor_unittest.cc |
index a71f72ed8b040603993b0db2dfff6cfa5414bcbe..547b5a298ff337a7154b3d7fce6e618caff89cd1 100644 |
--- a/webrtc/pc/currentspeakermonitor_unittest.cc |
+++ b/webrtc/pc/currentspeakermonitor_unittest.cc |
@@ -8,10 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/gunit.h" |
-#include "webrtc/base/thread.h" |
-#include "webrtc/pc/audiomonitor.h" |
#include "webrtc/pc/currentspeakermonitor.h" |
+#include "webrtc/pc/audiomonitor.h" |
+#include "webrtc/rtc_base/gunit.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace cricket { |