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

Unified Diff: content/child/child_thread_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 | « content/browser/web_contents/web_contents_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index ecc984e8a40b7ca5e389c77e3a9bd3cd6a2517f4..a1f2231be79329058e4e1c8b7e70a74642169838 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -38,9 +38,9 @@ class SyncChannel;
class SyncMessageFilter;
} // namespace IPC
-namespace shell {
+namespace service_manager {
class Connection;
-} // namespace shell
+} // namespace service_manager
namespace mojo {
namespace edk {
@@ -103,8 +103,8 @@ class CONTENT_EXPORT ChildThreadImpl
void RecordAction(const base::UserMetricsAction& action) override;
void RecordComputedAction(const std::string& action) override;
ServiceManagerConnection* GetServiceManagerConnection() override;
- shell::InterfaceRegistry* GetInterfaceRegistry() override;
- shell::InterfaceProvider* GetRemoteInterfaces() override;
+ service_manager::InterfaceRegistry* GetInterfaceRegistry() override;
+ service_manager::InterfaceProvider* GetRemoteInterfaces() override;
IPC::SyncChannel* channel() { return channel_.get(); }
@@ -267,10 +267,10 @@ class CONTENT_EXPORT ChildThreadImpl
mojom::AssociatedInterfaceAssociatedRequest request) override;
std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
- std::unique_ptr<shell::InterfaceRegistry> interface_registry_;
- std::unique_ptr<shell::InterfaceProvider> remote_interfaces_;
+ std::unique_ptr<service_manager::InterfaceRegistry> interface_registry_;
+ std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces_;
std::unique_ptr<ServiceManagerConnection> service_manager_connection_;
- std::unique_ptr<shell::Connection> browser_connection_;
+ std::unique_ptr<service_manager::Connection> browser_connection_;
mojo::AssociatedBinding<mojom::RouteProvider> route_provider_binding_;
mojo::AssociatedBindingSet<mojom::AssociatedInterfaceProvider>
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698