Index: webrtc/pc/mediamonitor.cc |
diff --git a/webrtc/pc/mediamonitor.cc b/webrtc/pc/mediamonitor.cc |
index 010f00ef16f954aa97d6a23351d1888a5b37504d..22e16dc840949bf98a320f48dd1460b5cfaf2af3 100644 |
--- a/webrtc/pc/mediamonitor.cc |
+++ b/webrtc/pc/mediamonitor.cc |
@@ -8,9 +8,9 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/checks.h" |
-#include "webrtc/pc/channelmanager.h" |
#include "webrtc/pc/mediamonitor.h" |
+#include "webrtc/pc/channelmanager.h" |
+#include "webrtc/rtc_base/checks.h" |
namespace cricket { |