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

Unified Diff: Source/core/css/CSSCursorImageValue.cpp

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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/CSSCursorImageValue.h ('k') | Source/core/css/CSSDefaultStyleSheets.cpp » ('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 3ebf1e6cd7dbf7835813aa8edf64e18c498c8fce..030b2871e61e7471da8299c0a3d846dab5199d88 100644
--- a/Source/core/css/CSSCursorImageValue.cpp
+++ b/Source/core/css/CSSCursorImageValue.cpp
@@ -20,11 +20,11 @@
*/
#include "config.h"
-#include "CSSCursorImageValue.h"
+#include "core/css/CSSCursorImageValue.h"
-#include "CSSImageValue.h"
#include "TreeScope.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/css/CSSImageValue.h"
#include "core/loader/cache/CachedImage.h"
#include "core/loader/cache/CachedResourceLoader.h"
#include "core/rendering/style/StyleCachedImage.h"
@@ -43,7 +43,7 @@
#endif
#if ENABLE(CSS_IMAGE_SET)
-#include "CSSImageSetValue.h"
+#include "core/css/CSSImageSetValue.h"
#include "core/rendering/style/StyleCachedImageSet.h"
#endif
« no previous file with comments | « Source/core/css/CSSCursorImageValue.h ('k') | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698