Chromium Code Reviews| Index: shell/tracer.h |
| diff --git a/shell/tracer.h b/shell/tracer.h |
| index 0299e6548ddddf41d9857ee34afdfc666740bd1b..9a5c936c1854f51a94ffe9e760a5d746b37ca5ab 100644 |
| --- a/shell/tracer.h |
| +++ b/shell/tracer.h |
| @@ -14,6 +14,7 @@ |
| #include "base/memory/ref_counted_memory.h" |
| #include "mojo/common/trace_provider_impl.h" |
| #include "mojo/data_pipe_utils/data_pipe_drainer.h" |
| +#include "mojo/public/cpp/bindings/binding.h" |
|
qsr
2015/09/11 15:12:21
Not useful.
etiennej
2015/09/11 15:16:45
Done.
|
| #include "mojo/services/tracing/public/interfaces/tracing.mojom.h" |
| namespace shell { |
| @@ -81,6 +82,7 @@ class Tracer : public mojo::common::DataPipeDrainer::Client { |
| tracing::TraceCollectorPtr coordinator_; |
| scoped_ptr<mojo::common::DataPipeDrainer> drainer_; |
| + mojo::TraceProviderImpl trace_provider_impl_; |
| // Whether we're currently tracing. |
| bool tracing_; |
| // How long to trace after message loop creation. |