Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.h

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698