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

Unified Diff: content/child/resource_loader_bridge.cc

Issue 519333002: Move resource_loader_bridge.* from webkit/child to content/child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort + REBASE Created 6 years, 3 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 | « content/child/resource_loader_bridge.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_loader_bridge.cc
diff --git a/webkit/child/resource_loader_bridge.cc b/content/child/resource_loader_bridge.cc
similarity index 72%
rename from webkit/child/resource_loader_bridge.cc
rename to content/child/resource_loader_bridge.cc
index 3303c4d7350bc71c1cc947d5cdc6026ea1fe20a2..dd68ccbbcc66113b550690587b77ba156ab40b20 100644
--- a/webkit/child/resource_loader_bridge.cc
+++ b/content/child/resource_loader_bridge.cc
@@ -2,12 +2,12 @@
// 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/child/resource_loader_bridge.h"
-namespace webkit_glue {
+namespace content {
ResourceLoaderBridge::ResourceLoaderBridge() {}
ResourceLoaderBridge::~ResourceLoaderBridge() {}
-} // namespace webkit_glue
+} // namespace content
« no previous file with comments | « content/child/resource_loader_bridge.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698