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

Unified Diff: Source/core/svg/properties/SVGPropertyTearOff.h

Issue 14387012: Absolutify paths to svg/properties/. (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
Index: Source/core/svg/properties/SVGPropertyTearOff.h
diff --git a/Source/core/svg/properties/SVGPropertyTearOff.h b/Source/core/svg/properties/SVGPropertyTearOff.h
index 07dbd10f0b64a85d0d9379b0bd7404525b7d19e1..888aefac17f78ae6c33a1e2c7a2b4ece1c52efd6 100644
--- a/Source/core/svg/properties/SVGPropertyTearOff.h
+++ b/Source/core/svg/properties/SVGPropertyTearOff.h
@@ -21,9 +21,9 @@
#define SVGPropertyTearOff_h
#if ENABLE(SVG)
-#include "SVGAnimatedProperty.h"
#include "SVGElement.h"
-#include "SVGProperty.h"
+#include "core/svg/properties/SVGAnimatedProperty.h"
+#include "core/svg/properties/SVGProperty.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698