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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.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/ResourceClientWalker.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
similarity index 97%
rename from third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
rename to third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
index 70ea28c248f06834e08696f3d4dd9b5e61ca1c61..9e1862bc546b4d8031a3afa1d59ca6726236b815 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
@@ -25,8 +25,8 @@
#ifndef ResourceClientWalker_h
#define ResourceClientWalker_h
-#include "core/fetch/ResourceClient.h"
#include "platform/heap/Handle.h"
+#include "platform/loader/fetch/ResourceClient.h"
#include "wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698