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

Unified Diff: Source/core/style/SVGComputedStyle.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 9 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/style/QuotesData.cpp ('k') | Source/core/style/SVGComputedStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/SVGComputedStyle.h
diff --git a/Source/core/layout/style/SVGComputedStyle.h b/Source/core/style/SVGComputedStyle.h
similarity index 99%
rename from Source/core/layout/style/SVGComputedStyle.h
rename to Source/core/style/SVGComputedStyle.h
index f22ec57e62aa38827fd19b3d1b07c0cfc0b1eb00..96f0ccb37566a9a1402cddd564aebd5ffc1188d0 100644
--- a/Source/core/layout/style/SVGComputedStyle.h
+++ b/Source/core/style/SVGComputedStyle.h
@@ -23,10 +23,10 @@
#ifndef SVGComputedStyle_h
#define SVGComputedStyle_h
-#include "core/layout/style/DataRef.h"
-#include "core/layout/style/ComputedStyleConstants.h"
-#include "core/layout/style/SVGComputedStyleDefs.h"
-#include "core/layout/style/StyleDifference.h"
+#include "core/style/DataRef.h"
+#include "core/style/ComputedStyleConstants.h"
+#include "core/style/SVGComputedStyleDefs.h"
+#include "core/style/StyleDifference.h"
#include "platform/Length.h"
#include "platform/graphics/GraphicsTypes.h"
#include "platform/graphics/Path.h"
« no previous file with comments | « Source/core/style/QuotesData.cpp ('k') | Source/core/style/SVGComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698