| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index d8ffbab05906df08d6dfbb55664a3ff1a49191f5..98c48ae2c744ae07ec3f8bfbd491ccbac0b6265d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -50,7 +50,6 @@
|
| #include "core/dom/UserActionElementSet.h"
|
| #include "core/dom/ViewportDescription.h"
|
| #include "core/dom/custom/V0CustomElement.h"
|
| -#include "core/fetch/ClientHintsPreferences.h"
|
| #include "core/frame/DOMTimerCoordinator.h"
|
| #include "core/frame/HostsUsingFeatures.h"
|
| #include "core/html/parser/ParserSynchronizationPolicy.h"
|
| @@ -58,6 +57,7 @@
|
| #include "platform/Length.h"
|
| #include "platform/Timer.h"
|
| #include "platform/WebTaskRunner.h"
|
| +#include "platform/loader/fetch/ClientHintsPreferences.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
|
|