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

Unified Diff: Source/core/css/resolver/StyleResourceLoader.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/css/resolver/StyleResolverState.h ('k') | Source/core/dom/CSSSelectorWatch.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResourceLoader.cpp
diff --git a/Source/core/css/resolver/StyleResourceLoader.cpp b/Source/core/css/resolver/StyleResourceLoader.cpp
index 53743ee9ba4f8d7d5dd63a9674df2e0286a791bc..bea25855bae3e2f46026d3d802b83a10efe51731 100644
--- a/Source/core/css/resolver/StyleResourceLoader.cpp
+++ b/Source/core/css/resolver/StyleResourceLoader.cpp
@@ -30,13 +30,13 @@
#include "core/css/resolver/ElementStyleResources.h"
#include "core/dom/Document.h"
#include "core/fetch/ResourceFetcher.h"
-#include "core/layout/style/ContentData.h"
-#include "core/layout/style/FillLayer.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/StyleFetchedImage.h"
-#include "core/layout/style/StyleFetchedImageSet.h"
-#include "core/layout/style/StyleGeneratedImage.h"
-#include "core/layout/style/StylePendingImage.h"
+#include "core/style/ContentData.h"
+#include "core/style/FillLayer.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/StyleFetchedImage.h"
+#include "core/style/StyleFetchedImageSet.h"
+#include "core/style/StyleGeneratedImage.h"
+#include "core/style/StylePendingImage.h"
#include "core/layout/svg/ReferenceFilterBuilder.h"
namespace blink {
« no previous file with comments | « Source/core/css/resolver/StyleResolverState.h ('k') | Source/core/dom/CSSSelectorWatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698