| Index: third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| index f5e3fe61270a8aefe9589a07fc9fbbc76d3877c9..f73a9b9944672df46d344231ea3bc9dafe8fcd1b 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| @@ -6,13 +6,13 @@
|
|
|
| #include "core/MediaTypeNames.h"
|
| #include "core/css/MediaValuesCached.h"
|
| -#include "core/fetch/ClientHintsPreferences.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/html/CrossOriginAttribute.h"
|
| #include "core/html/parser/HTMLParserOptions.h"
|
| #include "core/html/parser/HTMLResourcePreloader.h"
|
| #include "core/html/parser/PreloadRequest.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| +#include "platform/loader/fetch/ClientHintsPreferences.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include <memory>
|
|
|
|
|