| Index: third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ClientHintsPreferences.cpp b/third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/core/fetch/ClientHintsPreferences.cpp
|
| rename to third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.cpp
|
| index 5b0c4f4283127afa81d6e71a84934ed173c70bbf..5ef845e043cefd4c33f50c46fc1feb7c918ea82f 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ClientHintsPreferences.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.cpp
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "core/fetch/ClientHintsPreferences.h"
|
| +#include "platform/loader/fetch/ClientHintsPreferences.h"
|
|
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/network/HTTPParsers.h"
|
|
|