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

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

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.h
diff --git a/Source/core/layout/style/StyleRareNonInheritedData.h b/Source/core/style/StyleRareNonInheritedData.h
similarity index 95%
rename from Source/core/layout/style/StyleRareNonInheritedData.h
rename to Source/core/style/StyleRareNonInheritedData.h
index 2f9aa94b3458568374c9406032ebe2ff4f598057..7b39768e741682a3048472ec2327daba850944e2 100644
--- a/Source/core/layout/style/StyleRareNonInheritedData.h
+++ b/Source/core/style/StyleRareNonInheritedData.h
@@ -27,15 +27,15 @@
#include "core/css/StyleColor.h"
#include "core/layout/ClipPathOperation.h"
-#include "core/layout/style/BasicShapes.h"
-#include "core/layout/style/CounterDirectives.h"
-#include "core/layout/style/CursorData.h"
-#include "core/layout/style/DataRef.h"
-#include "core/layout/style/FillLayer.h"
-#include "core/layout/style/ComputedStyleConstants.h"
-#include "core/layout/style/LineClampValue.h"
-#include "core/layout/style/NinePieceImage.h"
-#include "core/layout/style/ShapeValue.h"
+#include "core/style/BasicShapes.h"
+#include "core/style/CounterDirectives.h"
+#include "core/style/CursorData.h"
+#include "core/style/DataRef.h"
+#include "core/style/FillLayer.h"
+#include "core/style/ComputedStyleConstants.h"
+#include "core/style/LineClampValue.h"
+#include "core/style/NinePieceImage.h"
+#include "core/style/ShapeValue.h"
#include "platform/LengthPoint.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassRefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698