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

Unified Diff: third_party/WebKit/Source/core/svg/SVGElementProxy.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/svg/SVGElementProxy.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElementProxy.h b/third_party/WebKit/Source/core/svg/SVGElementProxy.h
index 12847f2cf3aaca06f7fa4c2fd2601067c80df821..27862f80d5676957d565bdfac01bf62dd26b2908 100644
--- a/third_party/WebKit/Source/core/svg/SVGElementProxy.h
+++ b/third_party/WebKit/Source/core/svg/SVGElementProxy.h
@@ -5,7 +5,7 @@
#ifndef SVGElementProxy_h
#define SVGElementProxy_h
-#include "core/fetch/DocumentResource.h"
+#include "core/loader/resource/DocumentResource.h"
#include "platform/heap/Handle.h"
#include "wtf/text/AtomicString.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698