| Index: mash/task_viewer/task_viewer.h
|
| diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h
|
| index 5d456b2e8afd73cbf12da2f6745c2eaffc8bdc2c..d6644cae31d7dc6425f9084f8e1709148c1bae41 100644
|
| --- a/mash/task_viewer/task_viewer.h
|
| +++ b/mash/task_viewer/task_viewer.h
|
| @@ -15,7 +15,6 @@
|
| #include "services/service_manager/public/cpp/binder_registry.h"
|
| #include "services/service_manager/public/cpp/interface_factory.h"
|
| #include "services/service_manager/public/cpp/service.h"
|
| -#include "services/tracing/public/cpp/provider.h"
|
|
|
| namespace views {
|
| class AuraInit;
|
| @@ -54,7 +53,6 @@ class TaskViewer
|
|
|
| service_manager::BinderRegistry registry_;
|
|
|
| - tracing::Provider tracing_;
|
| std::unique_ptr<views::AuraInit> aura_init_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TaskViewer);
|
|
|