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

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

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm 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/WebKitCSSSVGDocumentValue.h ('k') | Source/core/css/WebKitCSSShaderValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSSVGDocumentValue.cpp
diff --git a/Source/core/css/WebKitCSSSVGDocumentValue.cpp b/Source/core/css/WebKitCSSSVGDocumentValue.cpp
index 4442696e86b2d6bd952225ca6f1ec9f5f3aa5e62..c38f064d5aac626578fbe7e898c4c5db76983cb1 100644
--- a/Source/core/css/WebKitCSSSVGDocumentValue.cpp
+++ b/Source/core/css/WebKitCSSSVGDocumentValue.cpp
@@ -28,12 +28,12 @@
#include "WebKitCSSSVGDocumentValue.h"
#include "CSSParser.h"
-#include "CachedResourceLoader.h"
-#include "CachedResourceRequest.h"
-#include "CachedResourceRequestInitiators.h"
-#include "CachedSVGDocument.h"
#include "Document.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/loader/cache/CachedResourceLoader.h"
+#include "core/loader/cache/CachedResourceRequest.h"
+#include "core/loader/cache/CachedResourceRequestInitiators.h"
+#include "core/loader/cache/CachedSVGDocument.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/WebKitCSSSVGDocumentValue.h ('k') | Source/core/css/WebKitCSSShaderValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698