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

Unified Diff: Source/core/svg/SVGImageLoader.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 months 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
« no previous file with comments | « Source/core/svg/SVGImageElement.cpp ('k') | Source/core/svg/SVGLangSpace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGImageLoader.cpp
diff --git a/Source/core/svg/SVGImageLoader.cpp b/Source/core/svg/SVGImageLoader.cpp
index ec5b1b72a497106624740666b57dc299e63c4fda..762c85c9bddc4206b07a8ad9db1ad6d34ed4ad69 100644
--- a/Source/core/svg/SVGImageLoader.cpp
+++ b/Source/core/svg/SVGImageLoader.cpp
@@ -23,10 +23,10 @@
#if ENABLE(SVG)
#include "SVGImageLoader.h"
-#include "Event.h"
-#include "EventNames.h"
#include "HTMLParserIdioms.h"
#include "SVGImageElement.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventNames.h"
#include "core/loader/cache/CachedImage.h"
#include "core/rendering/RenderImage.h"
« no previous file with comments | « Source/core/svg/SVGImageElement.cpp ('k') | Source/core/svg/SVGLangSpace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698