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

Unified Diff: services/tracing/public/cpp/provider.cc

Issue 2390013002: Rename mojo: to service: (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/manifest.json ('k') | services/ui/clipboard/clipboard_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/public/cpp/provider.cc
diff --git a/services/tracing/public/cpp/provider.cc b/services/tracing/public/cpp/provider.cc
index e2a0a2f904f9040ee2a33a1cedd530fdcc7b0816..bcb2ed402d9f705d4a82a5e404c92feceee767b4 100644
--- a/services/tracing/public/cpp/provider.cc
+++ b/services/tracing/public/cpp/provider.cc
@@ -59,7 +59,7 @@ void Provider::Initialize(shell::Connector* connector, const std::string& url) {
base::PlatformThread::SetName(url);
mojom::FactoryPtr factory;
- connector->ConnectToInterface("mojo:tracing", &factory);
+ connector->ConnectToInterface("service:tracing", &factory);
mojom::ProviderPtr provider;
Bind(GetProxy(&provider));
factory->CreateRecorder(std::move(provider));
« no previous file with comments | « services/tracing/manifest.json ('k') | services/ui/clipboard/clipboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698