| 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 333530aec03529eb783fa85b33063c8488918da4..b7c381118e8873fa6562088892fa0a99607a18e7 100644
|
| --- a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| @@ -4,10 +4,12 @@
|
|
|
| #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"
|
| -#include "platform/network/ResourceResponse.h"
|
| +#include "platform/loader/fetch/ResourceResponse.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "public/platform/WebMixedContent.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 {
|
|
|
|
|