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/ContentData.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
« no previous file with comments | « Source/core/style/ComputedStyleTest.cpp ('k') | Source/core/style/ContentData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ContentData.h
diff --git a/Source/core/layout/style/ContentData.h b/Source/core/style/ContentData.h
similarity index 98%
rename from Source/core/layout/style/ContentData.h
rename to Source/core/style/ContentData.h
index 21fbd87ff7b6b52391acfdfcc5af1a110e312d55..b3cf9f55524f28e87153265750471dac58ce9969 100644
--- a/Source/core/layout/style/ContentData.h
+++ b/Source/core/style/ContentData.h
@@ -25,8 +25,8 @@
#ifndef ContentData_h
#define ContentData_h
-#include "core/layout/style/CounterContent.h"
-#include "core/layout/style/StyleImage.h"
+#include "core/style/CounterContent.h"
+#include "core/style/StyleImage.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
« no previous file with comments | « Source/core/style/ComputedStyleTest.cpp ('k') | Source/core/style/ContentData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698