Index: third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp |
diff --git a/third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp b/third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp |
index 66d08552db17091826b8c4068f34f7389d09e99d..5a8c6bcd2da160bb4b6c98b9f212c751acd9b659 100644 |
--- a/third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp |
+++ b/third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp |
@@ -30,11 +30,11 @@ |
#include "platform/animation/TimingFunction.h" |
+#include <sstream> |
+#include <string> |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/text/WTFString.h" |
-#include <sstream> |
-#include <string> |
// Macro is only used to allow the use of streams. |
// Can be removed if a pretty failure message isn't needed. |