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

Unified Diff: Source/core/style/SVGComputedStyleDefs.cpp

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/SVGComputedStyleDefs.h ('k') | Source/core/style/SVGComputedStyleTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/SVGComputedStyleDefs.cpp
diff --git a/Source/core/layout/style/SVGComputedStyleDefs.cpp b/Source/core/style/SVGComputedStyleDefs.cpp
similarity index 98%
rename from Source/core/layout/style/SVGComputedStyleDefs.cpp
rename to Source/core/style/SVGComputedStyleDefs.cpp
index 74b48b5ff7f732618b686382d065245184e8f102..756a211029e404eee1f2db9190077ef2ca7d62ca 100644
--- a/Source/core/layout/style/SVGComputedStyleDefs.cpp
+++ b/Source/core/style/SVGComputedStyleDefs.cpp
@@ -26,9 +26,9 @@
*/
#include "config.h"
-#include "core/layout/style/SVGComputedStyleDefs.h"
+#include "core/style/SVGComputedStyleDefs.h"
-#include "core/layout/style/SVGComputedStyle.h"
+#include "core/style/SVGComputedStyle.h"
namespace blink {
« no previous file with comments | « Source/core/style/SVGComputedStyleDefs.h ('k') | Source/core/style/SVGComputedStyleTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698