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

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

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/CachedResource.h ('k') | Source/core/loader/cache/CachedResourceLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/cache/CachedResource.cpp
diff --git a/Source/core/loader/cache/CachedResource.cpp b/Source/core/loader/cache/CachedResource.cpp
index 6264dd66acc4e356264320ed29c21d6429170862..b5eb3828c0790f5a846057990a75dc6663b1b69b 100644
--- a/Source/core/loader/cache/CachedResource.cpp
+++ b/Source/core/loader/cache/CachedResource.cpp
@@ -24,7 +24,6 @@
#include "config.h"
#include "CachedResource.h"
-#include "MemoryCache.h"
#include "CachedMetadata.h"
#include "CachedResourceClient.h"
#include "CachedResourceClientWalker.h"
@@ -36,11 +35,12 @@
#include "InspectorInstrumentation.h"
#include "KURL.h"
#include "Logging.h"
+#include "MemoryCache.h"
#include "PurgeableBuffer.h"
-#include "ResourceHandle.h"
-#include "SharedBuffer.h"
#include "ResourceLoader.h"
+#include "SharedBuffer.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/platform/network/ResourceHandle.h"
#include <wtf/CurrentTime.h>
#include <wtf/MathExtras.h>
#include <wtf/MemoryInstrumentationHashCountedSet.h>
« no previous file with comments | « Source/core/loader/cache/CachedResource.h ('k') | Source/core/loader/cache/CachedResourceLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698