Index: third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp |
diff --git a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp |
index 859a79c6053bd1a5d6a343ef9ae04b6be0970b64..c20e0d5b131928e5ca3e2a9f9f48d3b2142decce 100644 |
--- a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp |
+++ b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp |
@@ -4,6 +4,8 @@ |
#include "core/loader/MixedContentChecker.h" |
+#include <base/macros.h> |
+#include <memory> |
#include "core/frame/Settings.h" |
#include "core/loader/EmptyClients.h" |
#include "core/testing/DummyPageHolder.h" |
@@ -15,8 +17,6 @@ |
#include "testing/gmock/include/gmock/gmock-generated-function-mockers.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/RefPtr.h" |
-#include <base/macros.h> |
-#include <memory> |
namespace blink { |