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

Unified Diff: components/web_cache/renderer/web_cache_impl.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 | « components/visitedlink/test/visitedlink_unittest.cc ('k') | content/browser/android/java_interfaces_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_cache/renderer/web_cache_impl.cc
diff --git a/components/web_cache/renderer/web_cache_impl.cc b/components/web_cache/renderer/web_cache_impl.cc
index a35e7dc0c9c665ee69a1ab4def77a149b593a1aa..7acf69dc11cabd8a33e37a959c0a6afe8b76b303 100644
--- a/components/web_cache/renderer/web_cache_impl.cc
+++ b/components/web_cache/renderer/web_cache_impl.cc
@@ -15,7 +15,7 @@
namespace web_cache {
WebCacheImpl::WebCacheImpl() : clear_cache_state_(kInit) {
- shell::InterfaceRegistry* registry =
+ service_manager::InterfaceRegistry* registry =
content::RenderThread::Get()->GetInterfaceRegistry();
registry->AddInterface(
base::Bind(&WebCacheImpl::BindRequest, base::Unretained(this)));
« no previous file with comments | « components/visitedlink/test/visitedlink_unittest.cc ('k') | content/browser/android/java_interfaces_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698