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

Unified Diff: webkit/child/resource_loader_bridge.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/resource_loader_bridge.h ('k') | webkit/child/webkit_child_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/resource_loader_bridge.cc
diff --git a/webkit/glue/resource_loader_bridge.cc b/webkit/child/resource_loader_bridge.cc
similarity index 90%
rename from webkit/glue/resource_loader_bridge.cc
rename to webkit/child/resource_loader_bridge.cc
index 4d8eabe9ec97cb5c603b901e40535f022e1db1ac..077f5570296a86d1a32ca4e3712ac32b68c1f644 100644
--- a/webkit/glue/resource_loader_bridge.cc
+++ b/webkit/child/resource_loader_bridge.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/resource_loader_bridge.h"
+#include "webkit/child/resource_loader_bridge.h"
#include "net/http/http_response_headers.h"
#include "webkit/common/appcache/appcache_interfaces.h"
+#include "webkit/common/resource_response_info.h"
namespace webkit_glue {
« no previous file with comments | « webkit/child/resource_loader_bridge.h ('k') | webkit/child/webkit_child_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698