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

Unified Diff: third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h

Issue 2497463004: Loading: move core/fetch/*Resource* to core/loader/resource/ (Closed)
Patch Set: [rebase] Created 4 years, 1 month 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/resource/LinkPreloadResourceClients.h
diff --git a/third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h b/third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h
similarity index 99%
rename from third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h
rename to third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h
index 84873f0dd4f06c1cee246702a06621da29c25e03..c98d1ec852097da7563a953d8ae56b423da06e8e 100644
--- a/third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h
+++ b/third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h
@@ -10,8 +10,8 @@
#include "core/fetch/ImageResource.h"
#include "core/fetch/RawResource.h"
#include "core/fetch/ResourceOwner.h"
-#include "core/fetch/ScriptResource.h"
#include "core/fetch/StyleSheetResourceClient.h"
+#include "core/loader/resource/ScriptResource.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698