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

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

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/ui/crw_web_controller.mm ('k') | ios/web/web_state/web_state_impl.mm » ('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.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index 01ad3d7cbca8287701201eb6699078c1ac3ed02c..3bb1e7364dc776ed8761621da0efd4855db1a3ab 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -251,7 +251,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
uint32_t max_bitmap_size,
bool bypass_cache,
const ImageDownloadCallback& callback) override;
- shell::InterfaceRegistry* GetMojoInterfaceRegistry() override;
+ service_manager::InterfaceRegistry* GetMojoInterfaceRegistry() override;
base::WeakPtr<WebState> AsWeakPtr() override;
// Adds |interstitial|'s view to the web controller's content view.
@@ -366,7 +366,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
base::WeakPtrFactory<WebState> weak_factory_;
// Mojo interface registry for this WebState.
- std::unique_ptr<shell::InterfaceRegistry> mojo_interface_registry_;
+ std::unique_ptr<service_manager::InterfaceRegistry> mojo_interface_registry_;
DISALLOW_COPY_AND_ASSIGN(WebStateImpl);
};
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698