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

Unified Diff: Source/core/svg/SVGTRefElement.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/SVGSwitchElement.cpp ('k') | Source/core/svg/SVGTSpanElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTRefElement.cpp
diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp
index 6ace0ad96a75b136146a09e037eba1df0ece85a6..205c9b1c4dade509b45d8bcb0b5d42ebe92fbf09 100644
--- a/Source/core/svg/SVGTRefElement.cpp
+++ b/Source/core/svg/SVGTRefElement.cpp
@@ -24,18 +24,18 @@
#if ENABLE(SVG)
#include "SVGTRefElement.h"
-#include "ElementShadow.h"
-#include "EventListener.h"
-#include "EventNames.h"
-#include "ExceptionCodePlaceholder.h"
-#include "MutationEvent.h"
-#include "NodeRenderingContext.h"
#include "SVGDocument.h"
#include "SVGElementInstance.h"
#include "SVGNames.h"
-#include "ShadowRoot.h"
-#include "Text.h"
#include "XLinkNames.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/EventListener.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/MutationEvent.h"
+#include "core/dom/NodeRenderingContext.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/Text.h"
#include "core/page/UseCounter.h"
#include "core/rendering/style/StyleInheritedData.h"
#include "core/rendering/svg/RenderSVGInline.h"
« no previous file with comments | « Source/core/svg/SVGSwitchElement.cpp ('k') | Source/core/svg/SVGTSpanElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698