| Index: mojo/services/tracing/public/cpp/tracing_impl.h
|
| diff --git a/mojo/services/tracing/public/cpp/tracing_impl.h b/mojo/services/tracing/public/cpp/tracing_impl.h
|
| index 42d0a746a04e4d4a1be0dc7bd37dc83671ab6c28..a4e82ab606f77c2d689259bf079075b2936395f6 100644
|
| --- a/mojo/services/tracing/public/cpp/tracing_impl.h
|
| +++ b/mojo/services/tracing/public/cpp/tracing_impl.h
|
| @@ -13,7 +13,7 @@
|
| namespace mojo {
|
|
|
| class Connection;
|
| -class Shell;
|
| +class Connector;
|
|
|
| // Connects to mojo:tracing during your Application's Initialize() call once
|
| // per process.
|
| @@ -32,7 +32,7 @@ class TracingImpl : public InterfaceFactory<tracing::TraceProvider> {
|
|
|
| // This connects to the tracing service and registers ourselves to provide
|
| // tracing data on demand.
|
| - void Initialize(Shell* shell, const std::string& url);
|
| + void Initialize(Connector* connector, const std::string& url);
|
|
|
| private:
|
| // InterfaceFactory<tracing::TraceProvider> implementation.
|
|
|