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

Unified Diff: Source/core/rendering/svg/RenderSVGInlineText.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/RenderSVGInlineText.h ('k') | Source/core/rendering/svg/RenderSVGModelObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/RenderSVGInlineText.cpp
diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp
index 9f0372a2cd972f44a2ebb019f60efa87bb076ac7..0994f7000929f876f4abed83a3757c9405ea38d9 100644
--- a/Source/core/rendering/svg/RenderSVGInlineText.cpp
+++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp
@@ -24,20 +24,20 @@
#include "config.h"
#if ENABLE(SVG)
-#include "RenderSVGInlineText.h"
+#include "core/rendering/svg/RenderSVGInlineText.h"
#include "CSSFontSelector.h"
#include "RenderBlock.h"
-#include "RenderSVGRoot.h"
-#include "RenderSVGText.h"
-#include "SVGInlineTextBox.h"
-#include "SVGRenderingContext.h"
-#include "SVGRootInlineBox.h"
#include "Settings.h"
#include "StyleResolver.h"
#include "VisiblePosition.h"
#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/FloatQuad.h"
+#include "core/rendering/svg/RenderSVGRoot.h"
+#include "core/rendering/svg/RenderSVGText.h"
+#include "core/rendering/svg/SVGInlineTextBox.h"
+#include "core/rendering/svg/SVGRenderingContext.h"
+#include "core/rendering/svg/SVGRootInlineBox.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/RenderSVGInlineText.h ('k') | Source/core/rendering/svg/RenderSVGModelObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698