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

Unified Diff: third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.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/XSLStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
index 873006df59c38d87700ad6fcbd036f8f616c18e0..7e597e6a42039aa8f9e50edf63e509c0ac9426d8 100644
--- a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
@@ -26,7 +26,7 @@
#ifndef XSLStyleSheetResource_h
#define XSLStyleSheetResource_h
-#include "core/fetch/StyleSheetResource.h"
+#include "core/loader/resource/StyleSheetResource.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698