| Index: third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ClientHintsPreferences.h b/third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.h
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/core/fetch/ClientHintsPreferences.h
|
| rename to third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.h
|
| index 996fd3aad9a40a784c70ac446bf8f3ef6340e785..6401ba3fb811cf6c42fd6bc6bacb92a09b9d434d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ClientHintsPreferences.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef ClientHintsPreferences_h
|
| #define ClientHintsPreferences_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT ClientHintsPreferences {
|
| +class PLATFORM_EXPORT ClientHintsPreferences {
|
| DISALLOW_NEW();
|
|
|
| public:
|
|
|