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

Unified Diff: Source/core/css/CSSImageValue.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/CSSImageValue.h ('k') | Source/core/css/CSSImportRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSImageValue.cpp
diff --git a/Source/core/css/CSSImageValue.cpp b/Source/core/css/CSSImageValue.cpp
index 1b652508e3ac24af2fd7edc911c73cdb32a837d2..1412aa9da6aaea40849aa340f8201dbabf917b42 100644
--- a/Source/core/css/CSSImageValue.cpp
+++ b/Source/core/css/CSSImageValue.cpp
@@ -19,14 +19,14 @@
*/
#include "config.h"
-#include "CSSImageValue.h"
+#include "core/css/CSSImageValue.h"
-#include "CSSCursorImageValue.h"
-#include "CSSParser.h"
#include "CSSValueKeywords.h"
#include "Document.h"
#include "Element.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/css/CSSCursorImageValue.h"
+#include "core/css/CSSParser.h"
#include "core/loader/cache/CachedImage.h"
#include "core/loader/cache/CachedResourceLoader.h"
#include "core/loader/cache/CachedResourceRequest.h"
« no previous file with comments | « Source/core/css/CSSImageValue.h ('k') | Source/core/css/CSSImportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698