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

Unified Diff: Source/bindings/v8/custom/V8SVGPathSegCustom.cpp

Issue 300863004: Qualify include paths in bindings/v8/custom (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix sorting Created 6 years, 7 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
Index: Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
diff --git a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
index 77bf679d4f89f13a24a61ab8fdf4f589d76fa405..8d159757c069698e3f40d50cc8b7e2c755acc574 100644
--- a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
+++ b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
@@ -29,28 +29,28 @@
*/
#include "config.h"
-#include "V8SVGPathSeg.h"
+#include "bindings/core/v8/V8SVGPathSeg.h"
-#include "V8SVGPathSegArcAbs.h"
-#include "V8SVGPathSegArcRel.h"
-#include "V8SVGPathSegClosePath.h"
-#include "V8SVGPathSegCurvetoCubicAbs.h"
-#include "V8SVGPathSegCurvetoCubicRel.h"
-#include "V8SVGPathSegCurvetoCubicSmoothAbs.h"
-#include "V8SVGPathSegCurvetoCubicSmoothRel.h"
-#include "V8SVGPathSegCurvetoQuadraticAbs.h"
-#include "V8SVGPathSegCurvetoQuadraticRel.h"
-#include "V8SVGPathSegCurvetoQuadraticSmoothAbs.h"
-#include "V8SVGPathSegCurvetoQuadraticSmoothRel.h"
-#include "V8SVGPathSegLinetoAbs.h"
-#include "V8SVGPathSegLinetoHorizontalAbs.h"
-#include "V8SVGPathSegLinetoHorizontalRel.h"
-#include "V8SVGPathSegLinetoRel.h"
-#include "V8SVGPathSegLinetoVerticalAbs.h"
-#include "V8SVGPathSegLinetoVerticalRel.h"
-#include "V8SVGPathSegMovetoAbs.h"
-#include "V8SVGPathSegMovetoRel.h"
-#include "V8Window.h"
+#include "bindings/core/v8/V8SVGPathSegArcAbs.h"
+#include "bindings/core/v8/V8SVGPathSegArcRel.h"
+#include "bindings/core/v8/V8SVGPathSegClosePath.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoCubicAbs.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoCubicRel.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoCubicSmoothAbs.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoCubicSmoothRel.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticAbs.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticRel.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticSmoothAbs.h"
+#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticSmoothRel.h"
+#include "bindings/core/v8/V8SVGPathSegLinetoAbs.h"
+#include "bindings/core/v8/V8SVGPathSegLinetoHorizontalAbs.h"
+#include "bindings/core/v8/V8SVGPathSegLinetoHorizontalRel.h"
+#include "bindings/core/v8/V8SVGPathSegLinetoRel.h"
+#include "bindings/core/v8/V8SVGPathSegLinetoVerticalAbs.h"
+#include "bindings/core/v8/V8SVGPathSegLinetoVerticalRel.h"
+#include "bindings/core/v8/V8SVGPathSegMovetoAbs.h"
+#include "bindings/core/v8/V8SVGPathSegMovetoRel.h"
+#include "bindings/core/v8/V8Window.h"
#include "bindings/v8/V8DOMWrapper.h"
namespace WebCore {
« no previous file with comments | « Source/bindings/v8/custom/V8SVGElementCustom.cpp ('k') | Source/bindings/v8/custom/V8ServiceWorkerCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698