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

Unified Diff: services/tracing/public/cpp/provider.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 | « services/tracing/main.cc ('k') | services/tracing/public/cpp/provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/public/cpp/provider.h
diff --git a/services/tracing/public/cpp/provider.h b/services/tracing/public/cpp/provider.h
index 28b29055f3c974618153c3775a8395b33f4732b8..4b305d4aa5f26c87183e0d64758a7203db25ef76 100644
--- a/services/tracing/public/cpp/provider.h
+++ b/services/tracing/public/cpp/provider.h
@@ -13,7 +13,7 @@
#include "mojo/public/cpp/bindings/interface_request.h"
#include "services/tracing/public/interfaces/tracing.mojom.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -24,7 +24,8 @@ class Provider : public mojom::Provider {
Provider();
~Provider() override;
- void Initialize(shell::Connector* connector, const std::string& url);
+ void Initialize(service_manager::Connector* connector,
+ const std::string& url);
void Bind(mojom::ProviderRequest request);
« no previous file with comments | « services/tracing/main.cc ('k') | services/tracing/public/cpp/provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698