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

Unified Diff: Source/WebKit/chromium/src/AssociatedURLLoader.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/AssociatedURLLoader.cpp
diff --git a/Source/WebKit/chromium/src/AssociatedURLLoader.cpp b/Source/WebKit/chromium/src/AssociatedURLLoader.cpp
index 3f65129976096fbdef0809395047a3c1ff40d12b..9a2f42fe1ca74202b7f5bc5c5f4535a5f3811308 100644
--- a/Source/WebKit/chromium/src/AssociatedURLLoader.cpp
+++ b/Source/WebKit/chromium/src/AssociatedURLLoader.cpp
@@ -34,8 +34,6 @@
#include "CrossOriginAccessControl.h"
#include "DocumentThreadableLoader.h"
#include "DocumentThreadableLoaderClient.h"
-#include "HTTPParsers.h"
-#include "ResourceError.h"
#include "ResourceLoader.h"
#include "Timer.h"
#include "WebApplicationCacheHost.h"
@@ -44,6 +42,8 @@
#include "XMLHttpRequest.h"
#include "core/platform/chromium/support/WrappedResourceRequest.h"
#include "core/platform/chromium/support/WrappedResourceResponse.h"
+#include "core/platform/network/HTTPParsers.h"
+#include "core/platform/network/ResourceError.h"
#include <public/WebHTTPHeaderVisitor.h>
#include <public/WebString.h>
#include <public/WebURLError.h>
« no previous file with comments | « Source/WebKit/chromium/src/AssertMatchingEnums.cpp ('k') | Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698