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

Unified Diff: Source/core/loader/cache/MemoryCache.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/loader/cache/CachedXSLStyleSheet.cpp ('k') | Source/core/mathml/MathMLElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/cache/MemoryCache.cpp
diff --git a/Source/core/loader/cache/MemoryCache.cpp b/Source/core/loader/cache/MemoryCache.cpp
index 317586f7441f9479f575c28962ccb88fb49e559e..a3f3863e120ed689d95a5468ed483ae20fd9fad2 100644
--- a/Source/core/loader/cache/MemoryCache.cpp
+++ b/Source/core/loader/cache/MemoryCache.cpp
@@ -24,12 +24,12 @@
#include "core/loader/cache/MemoryCache.h"
#include <stdio.h>
-#include "CrossThreadTask.h"
-#include "Document.h"
-#include "WebCoreMemoryInstrumentation.h"
#include "WorkerContext.h"
#include "WorkerLoaderProxy.h"
#include "WorkerThread.h"
+#include "core/dom/CrossThreadTask.h"
+#include "core/dom/Document.h"
+#include "core/dom/WebCoreMemoryInstrumentation.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/FrameLoaderTypes.h"
#include "core/loader/cache/CachedResource.h"
« no previous file with comments | « Source/core/loader/cache/CachedXSLStyleSheet.cpp ('k') | Source/core/mathml/MathMLElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698