Index: webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc |
index 92445d6fe8763af93ce1892eccde71afc3d7ce43..9d6e5762a4af9f6cb725b3c6cdb7431171b7465e 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc |
@@ -8,12 +8,12 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/test/gmock.h" |
-#include "webrtc/test/gtest.h" |
-#include "webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h" |
#include "webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h" |
#include "webrtc/modules/video_coding/codecs/test/videoprocessor.h" |
+#include "webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h" |
#include "webrtc/modules/video_coding/include/video_coding.h" |
+#include "webrtc/test/gmock.h" |
+#include "webrtc/test/gtest.h" |
#include "webrtc/test/testsupport/mock/mock_frame_reader.h" |
#include "webrtc/test/testsupport/mock/mock_frame_writer.h" |
#include "webrtc/test/testsupport/packet_reader.h" |