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

Unified Diff: ios/web/web_state/ui/crw_web_controller.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/public/web_state/web_state.h ('k') | ios/web/web_state/web_state_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_web_controller.mm
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
index dd949eae7d0bb123dd10ce51416cc2bee671294e..11e5903941ae3abe46983d094d01cba7720790d2 100644
--- a/ios/web/web_state/ui/crw_web_controller.mm
+++ b/ios/web/web_state/ui/crw_web_controller.mm
@@ -2426,7 +2426,7 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
- (web::MojoFacade*)mojoFacade {
if (!_mojoFacade) {
- shell::mojom::InterfaceProvider* interfaceProvider =
+ service_manager::mojom::InterfaceProvider* interfaceProvider =
_webStateImpl->GetMojoInterfaceRegistry();
_mojoFacade.reset(new web::MojoFacade(interfaceProvider, self));
}
« no previous file with comments | « ios/web/public/web_state/web_state.h ('k') | ios/web/web_state/web_state_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698