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

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

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/style/StyleTransformData.cpp
diff --git a/Source/core/layout/style/StyleTransformData.cpp b/Source/core/style/StyleTransformData.cpp
similarity index 94%
rename from Source/core/layout/style/StyleTransformData.cpp
rename to Source/core/style/StyleTransformData.cpp
index 4689ecea1696c82e4bba95d81fa732dd12f726cc..f9f35a5780f5b2d2499175884d2824d24dfc5b6d 100644
--- a/Source/core/layout/style/StyleTransformData.cpp
+++ b/Source/core/style/StyleTransformData.cpp
@@ -20,9 +20,9 @@
*/
#include "config.h"
-#include "core/layout/style/StyleTransformData.h"
+#include "core/style/StyleTransformData.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698