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

Unified Diff: Source/core/rendering/svg/SVGRootInlineBox.cpp

Issue 14487005: Absolutify paths to rendering/svg/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/rendering/svg/SVGRootInlineBox.h ('k') | Source/core/rendering/svg/SVGTextChunk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGRootInlineBox.cpp
diff --git a/Source/core/rendering/svg/SVGRootInlineBox.cpp b/Source/core/rendering/svg/SVGRootInlineBox.cpp
index ef367528143fe78f43a1975426f9ec3f01866f50..99674e3a5a5e5d6357b395f6a897a8aedb1f0b8e 100644
--- a/Source/core/rendering/svg/SVGRootInlineBox.cpp
+++ b/Source/core/rendering/svg/SVGRootInlineBox.cpp
@@ -22,17 +22,17 @@
*/
#include "config.h"
-#include "SVGRootInlineBox.h"
+#include "core/rendering/svg/SVGRootInlineBox.h"
#if ENABLE(SVG)
-#include "RenderSVGInlineText.h"
-#include "RenderSVGText.h"
-#include "SVGInlineFlowBox.h"
-#include "SVGInlineTextBox.h"
#include "SVGNames.h"
-#include "SVGRenderingContext.h"
#include "SVGTextPositioningElement.h"
#include "core/platform/graphics/GraphicsContext.h"
+#include "core/rendering/svg/RenderSVGInlineText.h"
+#include "core/rendering/svg/RenderSVGText.h"
+#include "core/rendering/svg/SVGInlineFlowBox.h"
+#include "core/rendering/svg/SVGInlineTextBox.h"
+#include "core/rendering/svg/SVGRenderingContext.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/SVGRootInlineBox.h ('k') | Source/core/rendering/svg/SVGTextChunk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698