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

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

Issue 2510613002: Loading: move TextResource to core/loader/resource (Closed)
Patch Set: fix rebase error 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/StyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/loader/resource/StyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/StyleSheetResource.h
index 4ffa8f2268331f21a59d3f2aec53b038a136fc22..5953a52dd866ecc55ec2e06861b86c7fadd22996 100644
--- a/third_party/WebKit/Source/core/loader/resource/StyleSheetResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/StyleSheetResource.h
@@ -32,7 +32,7 @@
#define StyleSheetResource_h
#include "core/CoreExport.h"
-#include "core/fetch/TextResource.h"
+#include "core/loader/resource/TextResource.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698