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

Unified Diff: Source/core/css/CSSCursorImageValue.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/CSSCrossfadeValue.cpp ('k') | Source/core/css/CSSGridTemplateAreasValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCursorImageValue.cpp
diff --git a/Source/core/css/CSSCursorImageValue.cpp b/Source/core/css/CSSCursorImageValue.cpp
index e75f6e83ff8a088c70be72167c4e6a9cd118973a..fb81043fb58497fd0177571aa9f553ebdb00d8ca 100644
--- a/Source/core/css/CSSCursorImageValue.cpp
+++ b/Source/core/css/CSSCursorImageValue.cpp
@@ -25,10 +25,10 @@
#include "core/SVGNames.h"
#include "core/css/CSSImageSetValue.h"
#include "core/fetch/ImageResource.h"
-#include "core/layout/style/StyleFetchedImage.h"
-#include "core/layout/style/StyleFetchedImageSet.h"
-#include "core/layout/style/StyleImage.h"
-#include "core/layout/style/StylePendingImage.h"
+#include "core/style/StyleFetchedImage.h"
+#include "core/style/StyleFetchedImageSet.h"
+#include "core/style/StyleImage.h"
+#include "core/style/StylePendingImage.h"
#include "core/svg/SVGCursorElement.h"
#include "core/svg/SVGLengthContext.h"
#include "core/svg/SVGURIReference.h"
« no previous file with comments | « Source/core/css/CSSCrossfadeValue.cpp ('k') | Source/core/css/CSSGridTemplateAreasValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698