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

Unified Diff: Source/core/style/ContentData.cpp

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/ContentData.h ('k') | Source/core/style/CounterContent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ContentData.cpp
diff --git a/Source/core/layout/style/ContentData.cpp b/Source/core/style/ContentData.cpp
similarity index 97%
rename from Source/core/layout/style/ContentData.cpp
rename to Source/core/style/ContentData.cpp
index caccfcb61e1b507d7f9af7951bfaa1e698a4cc35..313fb5c6d7e1c0668bf41a8b4aae53c6d6c7f078 100644
--- a/Source/core/layout/style/ContentData.cpp
+++ b/Source/core/style/ContentData.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#include "core/layout/style/ContentData.h"
+#include "core/style/ContentData.h"
#include "core/layout/LayoutCounter.h"
#include "core/layout/LayoutImage.h"
@@ -28,7 +28,7 @@
#include "core/layout/LayoutImageResourceStyleImage.h"
#include "core/layout/LayoutQuote.h"
#include "core/layout/LayoutTextFragment.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
namespace blink {
« no previous file with comments | « Source/core/style/ContentData.h ('k') | Source/core/style/CounterContent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698