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

Unified Diff: Source/core/style/StyleRareNonInheritedData.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/StyleRareNonInheritedData.cpp
diff --git a/Source/core/layout/style/StyleRareNonInheritedData.cpp b/Source/core/style/StyleRareNonInheritedData.cpp
similarity index 97%
rename from Source/core/layout/style/StyleRareNonInheritedData.cpp
rename to Source/core/style/StyleRareNonInheritedData.cpp
index 228bda5e87fa6f6c94c8c1dc5282a232b1487c93..8c7c96b24cb413bccf5ed2b3646e8b27da430543 100644
--- a/Source/core/layout/style/StyleRareNonInheritedData.cpp
+++ b/Source/core/style/StyleRareNonInheritedData.cpp
@@ -20,14 +20,14 @@
*/
#include "config.h"
-#include "core/layout/style/StyleRareNonInheritedData.h"
+#include "core/style/StyleRareNonInheritedData.h"
-#include "core/layout/style/ContentData.h"
-#include "core/layout/style/DataEquivalency.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/ShadowList.h"
-#include "core/layout/style/StyleFilterData.h"
-#include "core/layout/style/StyleTransformData.h"
+#include "core/style/ContentData.h"
+#include "core/style/DataEquivalency.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/ShadowList.h"
+#include "core/style/StyleFilterData.h"
+#include "core/style/StyleTransformData.h"
#include "core/layout/svg/ReferenceFilterBuilder.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698