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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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
Index: Source/core/loader/cache/CachedResourceLoader.cpp
diff --git a/Source/core/loader/cache/CachedResourceLoader.cpp b/Source/core/loader/cache/CachedResourceLoader.cpp
index ca62f81f26802b183cadc9c662a62b6306f6b6f9..066fa5becd87d58730fd0fe7fec7ebd27a45e2ad 100644
--- a/Source/core/loader/cache/CachedResourceLoader.cpp
+++ b/Source/core/loader/cache/CachedResourceLoader.cpp
@@ -28,11 +28,11 @@
#include "CachedResourceLoader.h"
#include "CachedCSSStyleSheet.h"
-#include "CachedSVGDocument.h"
#include "CachedFont.h"
#include "CachedImage.h"
#include "CachedRawResource.h"
#include "CachedResourceRequest.h"
+#include "CachedSVGDocument.h"
#include "CachedScript.h"
#include "CachedShader.h"
#include "CachedXSLStyleSheet.h"
@@ -46,7 +46,6 @@
#include "FrameLoaderClient.h"
#include "HTMLElement.h"
#include "HTMLFrameOwnerElement.h"
-#include "Logging.h"
#include "MemoryCache.h"
#include "Performance.h"
#include "PingLoader.h"
@@ -54,12 +53,13 @@
#include "SecurityOrigin.h"
#include "Settings.h"
#include "core/page/SecurityPolicy.h"
+#include "core/platform/Logging.h"
#include <wtf/MemoryInstrumentationHashMap.h>
#include <wtf/MemoryInstrumentationHashSet.h>
#include <wtf/MemoryInstrumentationListHashSet.h>
-#include <wtf/UnusedParam.h>
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>
+#include <wtf/UnusedParam.h>
#include "CachedTextTrack.h"
« no previous file with comments | « Source/core/loader/cache/CachedResourceLoader.h ('k') | Source/core/loader/cache/CachedResourceRequestInitiators.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698