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

Unified Diff: Source/core/style/StyleRareInheritedData.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/StyleRareInheritedData.cpp
diff --git a/Source/core/layout/style/StyleRareInheritedData.cpp b/Source/core/style/StyleRareInheritedData.cpp
similarity index 95%
rename from Source/core/layout/style/StyleRareInheritedData.cpp
rename to Source/core/style/StyleRareInheritedData.cpp
index 2fc0ea57c05c609f35ba8b39f44274ceded24398..9dcd2b6be58f51e02fe6e5f2402781b3bf472212 100644
--- a/Source/core/layout/style/StyleRareInheritedData.cpp
+++ b/Source/core/style/StyleRareInheritedData.cpp
@@ -20,16 +20,16 @@
*/
#include "config.h"
-#include "core/layout/style/StyleRareInheritedData.h"
+#include "core/style/StyleRareInheritedData.h"
-#include "core/layout/style/AppliedTextDecoration.h"
-#include "core/layout/style/CursorData.h"
-#include "core/layout/style/DataEquivalency.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/ComputedStyleConstants.h"
-#include "core/layout/style/QuotesData.h"
-#include "core/layout/style/ShadowList.h"
-#include "core/layout/style/StyleImage.h"
+#include "core/style/AppliedTextDecoration.h"
+#include "core/style/CursorData.h"
+#include "core/style/DataEquivalency.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/ComputedStyleConstants.h"
+#include "core/style/QuotesData.h"
+#include "core/style/ShadowList.h"
+#include "core/style/StyleImage.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698