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

Unified Diff: third_party/WebKit/Source/core/loader/FrameClientHintsPreferencesContext.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/core/loader/FrameClientHintsPreferencesContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameClientHintsPreferencesContext.h b/third_party/WebKit/Source/core/loader/FrameClientHintsPreferencesContext.h
index 260842af3b3c6d7679ad5246d71b7b919ecaf544..0961b85598b40b0f271cd77d2bbb4e6174e72e38 100644
--- a/third_party/WebKit/Source/core/loader/FrameClientHintsPreferencesContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameClientHintsPreferencesContext.h
@@ -5,9 +5,9 @@
#ifndef FrameClientHintsPreferencesContext_h
#define FrameClientHintsPreferencesContext_h
-#include "core/fetch/ClientHintsPreferences.h"
#include "core/frame/Frame.h"
#include "platform/heap/Persistent.h"
+#include "platform/loader/fetch/ClientHintsPreferences.h"
#include "wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698