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

Unified Diff: ios/web/web_state/web_state_impl.mm

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 | « ios/web/web_state/web_state_impl.h ('k') | ios/web/webui/mojo_facade.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state_impl.mm
diff --git a/ios/web/web_state/web_state_impl.mm b/ios/web/web_state/web_state_impl.mm
index a8a5f0a7c906041782b24f7f5e79ef9ed45aa002..f43b3595e0330596f1f8efbaea8bff05ebc5c0c7 100644
--- a/ios/web/web_state/web_state_impl.mm
+++ b/ios/web/web_state/web_state_impl.mm
@@ -532,9 +532,9 @@ int WebStateImpl::DownloadImage(
callback:callback];
}
-shell::InterfaceRegistry* WebStateImpl::GetMojoInterfaceRegistry() {
+service_manager::InterfaceRegistry* WebStateImpl::GetMojoInterfaceRegistry() {
if (!mojo_interface_registry_) {
- mojo_interface_registry_.reset(new shell::InterfaceRegistry);
+ mojo_interface_registry_.reset(new service_manager::InterfaceRegistry);
}
return mojo_interface_registry_.get();
}
« no previous file with comments | « ios/web/web_state/web_state_impl.h ('k') | ios/web/webui/mojo_facade.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698