| 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_;
|
|
|
|
|