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

Unified Diff: Source/core/loader/FrameLoader.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
« no previous file with comments | « Source/core/loader/FrameLoader.h ('k') | Source/core/loader/FrameNetworkingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.cpp
diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp
index c8fc06e1cad3ed98831f303d5a548eac4660b6ad..172b8284e48b0c086edd89077c168db665cf2381 100644
--- a/Source/core/loader/FrameLoader.cpp
+++ b/Source/core/loader/FrameLoader.cpp
@@ -73,20 +73,16 @@
#include "HistoryItem.h"
#include "InspectorController.h"
#include "InspectorInstrumentation.h"
-#include "Logging.h"
#include "MHTMLArchive.h"
-#include "MIMETypeRegistry.h"
#include "MemoryCache.h"
#include "Page.h"
#include "PageTransitionEvent.h"
#include "PluginData.h"
#include "PluginDocument.h"
#include "ProgressTracker.h"
-#include "SchemeRegistry.h"
#include "ScriptCallStack.h"
#include "ScriptController.h"
#include "ScriptSourceCode.h"
-#include "ScrollAnimator.h"
#include "SecurityOrigin.h"
#include "SecurityPolicy.h"
#include "SerializedScriptValue.h"
@@ -97,6 +93,10 @@
#include "XMLDocumentParser.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/loader/UniqueIdentifier.h"
+#include "core/platform/Logging.h"
+#include "core/platform/MIMETypeRegistry.h"
+#include "core/platform/SchemeRegistry.h"
+#include "core/platform/ScrollAnimator.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/network/HTTPParsers.h"
#include "core/platform/network/ResourceHandle.h"
« no previous file with comments | « Source/core/loader/FrameLoader.h ('k') | Source/core/loader/FrameNetworkingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698