Index: third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp b/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp |
index ad90d74bb6aec18ebfc85ff3c163acc5ba2a9ef6..943b8cbb9a267c5683fb2fc76d7a9ee780910a51 100644 |
--- a/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ActivityLoggerTest.cpp |
@@ -6,14 +6,14 @@ |
#include "bindings/core/v8/ScriptSourceCode.h" |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8DOMActivityLogger.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/PtrUtil.h" |
+#include "platform/wtf/text/Base64.h" |
#include "public/platform/WebCache.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "v8/include/v8.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
-#include "wtf/Forward.h" |
-#include "wtf/PtrUtil.h" |
-#include "wtf/text/Base64.h" |
namespace blink { |