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

Unified Diff: Source/WebKit/chromium/src/FrameLoaderClientImpl.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
Index: Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp b/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
index cc8148b08ff6bd3a60e7bb58ac75bee269d0b7ca..236c2382dbab77850bd3f8a21055bd6c6bacdb69 100644
--- a/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
+++ b/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
@@ -45,7 +45,6 @@
#include "HTMLAppletElement.h"
#include "HTMLFormElement.h" // needed by FormState.h
#include "HTMLNames.h"
-#include "HTTPParsers.h"
#include "HistoryItem.h"
#include "HitTestResult.h"
#include "MIMETypeRegistry.h"
@@ -54,15 +53,15 @@
#include "Page.h"
#include "PluginData.h"
#include "ProgressTracker.h"
-#include "ResourceHandleInternal.h"
#include "ResourceLoader.h"
+#include "core/platform/network/HTTPParsers.h"
+#include "core/platform/network/ResourceHandleInternal.h"
#if ENABLE(MEDIA_STREAM)
#include "core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h"
#endif
#include <v8.h>
#include "ScriptController.h"
#include "Settings.h"
-#include "SocketStreamHandleInternal.h"
#include "UserGestureIndicator.h"
#include "WebAutofillClient.h"
#include "WebCachedURLRequest.h"
@@ -85,6 +84,7 @@
#include "WindowFeatures.h"
#include "core/platform/chromium/support/WrappedResourceRequest.h"
#include "core/platform/chromium/support/WrappedResourceResponse.h"
+#include "core/platform/network/SocketStreamHandleInternal.h"
#include <public/Platform.h>
#include <public/WebMimeRegistry.h>
#include <public/WebSocketStreamHandle.h>
« no previous file with comments | « Source/WebKit/chromium/src/AssociatedURLLoader.cpp ('k') | Source/WebKit/chromium/src/SharedWorkerRepository.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698