Index: webrtc/media/engine/fakewebrtcvideoengine.h |
diff --git a/webrtc/media/engine/fakewebrtcvideoengine.h b/webrtc/media/engine/fakewebrtcvideoengine.h |
index 081005d0f639c38b13c0928d135301976990031a..604728cd02e819d195a36dafbf9440424b97ba15 100644 |
--- a/webrtc/media/engine/fakewebrtcvideoengine.h |
+++ b/webrtc/media/engine/fakewebrtcvideoengine.h |
@@ -18,15 +18,15 @@ |
#include "webrtc/api/video_codecs/video_decoder.h" |
#include "webrtc/api/video_codecs/video_encoder.h" |
-#include "webrtc/base/basictypes.h" |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/gunit.h" |
-#include "webrtc/base/stringutils.h" |
-#include "webrtc/base/thread_annotations.h" |
#include "webrtc/media/base/codec.h" |
#include "webrtc/media/engine/webrtcvideodecoderfactory.h" |
#include "webrtc/media/engine/webrtcvideoencoderfactory.h" |
#include "webrtc/modules/video_coding/include/video_error_codes.h" |
+#include "webrtc/rtc_base/basictypes.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/gunit.h" |
+#include "webrtc/rtc_base/stringutils.h" |
+#include "webrtc/rtc_base/thread_annotations.h" |
namespace cricket { |
static const int kEventTimeoutMs = 10000; |