Index: webrtc/video_engine/stream_synchronization_unittest.cc |
diff --git a/webrtc/video_engine/stream_synchronization_unittest.cc b/webrtc/video_engine/stream_synchronization_unittest.cc |
index 7136f1e1c712d15dc95b61bd68b8f1067b90b953..1c55c2ba5d04ac72728dd8f1b54310cc856b10fc 100644 |
--- a/webrtc/video_engine/stream_synchronization_unittest.cc |
+++ b/webrtc/video_engine/stream_synchronization_unittest.cc |
@@ -8,9 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include <algorithm> |
#include <math.h> |
+#include <algorithm> |
+ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webrtc/video_engine/stream_synchronization.h" |