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

Unified Diff: ios/web/webui/mojo_facade.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/web_state_impl.mm ('k') | ios/web/webui/mojo_facade.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/mojo_facade.h
diff --git a/ios/web/webui/mojo_facade.h b/ios/web/webui/mojo_facade.h
index 600d4a6120f2e6783fa4800cd4c29c861c182671..ce9ed7548f42a855a44fbb1091c522a14dea0472 100644
--- a/ios/web/webui/mojo_facade.h
+++ b/ios/web/webui/mojo_facade.h
@@ -18,11 +18,11 @@ class DictionaryValue;
class Value;
} // base
-namespace shell {
+namespace service_manager {
namespace mojom {
class InterfaceProvider;
} // mojom
-} // shell
+} // service_manager
namespace web {
@@ -33,7 +33,7 @@ class MojoFacade {
public:
// Constructs MojoFacade. The calling code must retain the ownership of
// |interface_provider| and |script_evaluator|, both can not be null.
- MojoFacade(shell::mojom::InterfaceProvider* interface_provider,
+ MojoFacade(service_manager::mojom::InterfaceProvider* interface_provider,
id<CRWJSInjectionEvaluator> script_evaluator);
~MojoFacade();
@@ -126,7 +126,7 @@ class MojoFacade {
const base::DictionaryValue* args);
// Provides interfaces.
- shell::mojom::InterfaceProvider* interface_provider_;
+ service_manager::mojom::InterfaceProvider* interface_provider_;
// Runs JavaScript on WebUI page.
base::WeakNSProtocol<id<CRWJSInjectionEvaluator>> script_evaluator_;
// Id of the last created watch.
« no previous file with comments | « ios/web/web_state/web_state_impl.mm ('k') | ios/web/webui/mojo_facade.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698