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

Unified Diff: ios/web/public/web_state/web_state.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/public/test/test_web_state.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/web_state.h
diff --git a/ios/web/public/web_state/web_state.h b/ios/web/public/web_state/web_state.h
index c6d362d02e3dcb6a38b11f433b1dcda114a05a80..2f140f99888fd41d24aaaa1b53c4db60dd79cf4f 100644
--- a/ios/web/public/web_state/web_state.h
+++ b/ios/web/public/web_state/web_state.h
@@ -35,7 +35,7 @@ class DictionaryValue;
class Value;
}
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
}
@@ -238,7 +238,7 @@ class WebState : public base::SupportsUserData {
const ImageDownloadCallback& callback) = 0;
// Returns Mojo interface registry for this WebState.
- virtual shell::InterfaceRegistry* GetMojoInterfaceRegistry() = 0;
+ virtual service_manager::InterfaceRegistry* GetMojoInterfaceRegistry() = 0;
protected:
friend class WebStateObserver;
« no previous file with comments | « ios/web/public/test/test_web_state.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698