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

Unified Diff: Source/core/loader/cache/MemoryCache.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/loader/cache/MemoryCache.h ('k') | Source/core/page/DOMWindow.cpp » ('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 5892f8f730a67584f253937fdee9c7910c9b08d2..63f560bcf370e5b1521ca0efd84c18325c07b115 100644
--- a/Source/core/loader/cache/MemoryCache.cpp
+++ b/Source/core/loader/cache/MemoryCache.cpp
@@ -21,11 +21,9 @@
*/
#include "config.h"
-#include "MemoryCache.h"
+#include "core/loader/cache/MemoryCache.h"
#include <stdio.h>
-#include "CachedResource.h"
-#include "CachedResourceHandle.h"
#include "CrossThreadTask.h"
#include "Document.h"
#include "FrameView.h"
@@ -37,6 +35,8 @@
#include "WorkerThread.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/FrameLoaderTypes.h"
+#include "core/loader/cache/CachedResource.h"
+#include "core/loader/cache/CachedResourceHandle.h"
#include "core/platform/Logging.h"
#include "core/platform/graphics/Image.h"
#include "core/platform/network/ResourceHandle.h"
« no previous file with comments | « Source/core/loader/cache/MemoryCache.h ('k') | Source/core/page/DOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698