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

Unified Diff: services/debugger/debugger.cc

Issue 1284293003: Rename tracing interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/services/tracing/public/interfaces/tracing.mojom ('k') | services/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/debugger/debugger.cc
diff --git a/services/debugger/debugger.cc b/services/debugger/debugger.cc
index b05470fb271f8b79381f4f98165dd4ff5a92ba3a..ccf131aa6a869b87155f03669770164feb4f3db8 100644
--- a/services/debugger/debugger.cc
+++ b/services/debugger/debugger.cc
@@ -203,7 +203,7 @@ class Debugger : public mojo::ApplicationDelegate,
bool is_tracing_;
mojo::ApplicationImpl* app_;
mojo::WindowManagerPtr window_manager_;
- tracing::TraceCoordinatorPtr tracing_;
+ tracing::TraceCollectorPtr tracing_;
std::string url_;
uint32_t command_port_;
« no previous file with comments | « mojo/services/tracing/public/interfaces/tracing.mojom ('k') | services/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698