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

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

Issue 2504883003: Loading: move *StyleSheetResource to core/loader/resource (Closed)
Patch Set: [rebase] Created 4 years 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/CSSStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
similarity index 98%
rename from third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
rename to third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
index 43fc6ff17003514c90247c1e1a4e6751042648d8..60cc69a7c141be5de6e8dfe5ea449452328f7f10 100644
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
@@ -27,7 +27,7 @@
#define CSSStyleSheetResource_h
#include "core/CoreExport.h"
-#include "core/fetch/StyleSheetResource.h"
+#include "core/loader/resource/StyleSheetResource.h"
#include "platform/heap/Handle.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698