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

Unified Diff: webkit/child/weburlloader_impl.cc

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 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 | « webkit/child/weburlloader_impl.h ('k') | webkit/child/weburlrequest_extradata_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/weburlloader_impl.cc
diff --git a/webkit/glue/weburlloader_impl.cc b/webkit/child/weburlloader_impl.cc
similarity index 98%
rename from webkit/glue/weburlloader_impl.cc
rename to webkit/child/weburlloader_impl.cc
index 2f12b18d7216a946bdca990cf52e83a13c3c4ab2..40b15ed00c4dc5846986108f6209d1b8703419fb 100644
--- a/webkit/glue/weburlloader_impl.cc
+++ b/webkit/child/weburlloader_impl.cc
@@ -4,7 +4,7 @@
// An implementation of WebURLLoader in terms of ResourceLoaderBridge.
-#include "webkit/glue/weburlloader_impl.h"
+#include "webkit/child/weburlloader_impl.h"
#include "base/bind.h"
#include "base/files/file_path.h"
@@ -24,18 +24,18 @@
#include "third_party/WebKit/public/platform/WebHTTPLoadInfo.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
-#include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
#include "third_party/WebKit/public/platform/WebURLLoadTiming.h"
+#include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
#include "third_party/WebKit/public/web/WebSecurityPolicy.h"
+#include "webkit/child/ftp_directory_listing_response_delegate.h"
+#include "webkit/child/multipart_response_delegate.h"
+#include "webkit/child/resource_loader_bridge.h"
+#include "webkit/child/webkitplatformsupport_impl.h"
+#include "webkit/child/weburlrequest_extradata_impl.h"
+#include "webkit/child/weburlresponse_extradata_impl.h"
#include "webkit/common/resource_request_body.h"
-#include "webkit/glue/ftp_directory_listing_response_delegate.h"
-#include "webkit/glue/multipart_response_delegate.h"
-#include "webkit/glue/resource_loader_bridge.h"
-#include "webkit/glue/webkitplatformsupport_impl.h"
-#include "webkit/glue/weburlrequest_extradata_impl.h"
-#include "webkit/glue/weburlresponse_extradata_impl.h"
using base::Time;
using base::TimeTicks;
« no previous file with comments | « webkit/child/weburlloader_impl.h ('k') | webkit/child/weburlrequest_extradata_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698