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

Unified Diff: content/public/child/resource_loader_bridge.cc

Issue 186193005: Move resource_loader_bridge to content/public/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: content/public/child/resource_loader_bridge.cc
diff --git a/webkit/child/resource_loader_bridge.cc b/content/public/child/resource_loader_bridge.cc
similarity index 88%
rename from webkit/child/resource_loader_bridge.cc
rename to content/public/child/resource_loader_bridge.cc
index 439a09fe3fc82ba49dbf5a8e956cde640766a5f9..064c0b857a65f3a1a54bd7627433b8f71b63ab88 100644
--- a/webkit/child/resource_loader_bridge.cc
+++ b/content/public/child/resource_loader_bridge.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/child/resource_loader_bridge.h"
+#include "content/public/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 {
+namespace content {
ResourceLoaderBridge::RequestInfo::RequestInfo()
: referrer_policy(blink::WebReferrerPolicyDefault),
@@ -21,8 +21,7 @@ ResourceLoaderBridge::RequestInfo::RequestInfo()
routing_id(0),
download_to_file(false),
has_user_gesture(false),
- extra_data(NULL) {
-}
+ extra_data(NULL) {}
ResourceLoaderBridge::RequestInfo::~RequestInfo() {}
@@ -34,4 +33,4 @@ ResourceLoaderBridge::ResourceLoaderBridge() {}
ResourceLoaderBridge::~ResourceLoaderBridge() {}
-} // namespace webkit_glue
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698