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

Unified Diff: Source/core/style/StyleRareInheritedData.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/StyleRareInheritedData.h
diff --git a/Source/core/layout/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
similarity index 99%
rename from Source/core/layout/style/StyleRareInheritedData.h
rename to Source/core/style/StyleRareInheritedData.h
index badadb38da217d5de1373d6f4d2c7e829d1ee3fd..0463a3b1b2a91b1c3b5d007cc57a24dc6e32798f 100644
--- a/Source/core/layout/style/StyleRareInheritedData.h
+++ b/Source/core/style/StyleRareInheritedData.h
@@ -26,7 +26,7 @@
#define StyleRareInheritedData_h
#include "core/css/StyleColor.h"
-#include "core/layout/style/DataRef.h"
+#include "core/style/DataRef.h"
#include "platform/Length.h"
#include "platform/graphics/Color.h"
#include "platform/text/TabSize.h"

Powered by Google App Engine
This is Rietveld 408576698