Index: mash/task_viewer/task_viewer.h |
diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h |
index 7aa105825390299405a55f973102c0800376e4fb..378262b195397ae3accbbb5ab80a8dc50888bdd1 100644 |
--- a/mash/task_viewer/task_viewer.h |
+++ b/mash/task_viewer/task_viewer.h |
@@ -13,7 +13,7 @@ |
#include "mash/public/interfaces/launchable.mojom.h" |
#include "mojo/public/cpp/bindings/binding_set.h" |
#include "services/shell/public/cpp/service.h" |
-#include "services/tracing/public/cpp/tracing_impl.h" |
+#include "services/tracing/public/cpp/provider.h" |
namespace views { |
class AuraInit; |
@@ -48,7 +48,7 @@ class TaskViewer : public shell::Service, |
mojo::BindingSet<mojom::Launchable> bindings_; |
std::vector<views::Widget*> windows_; |
- mojo::TracingImpl tracing_; |
+ tracing::Provider tracing_; |
std::unique_ptr<views::AuraInit> aura_init_; |
std::unique_ptr<views::WindowManagerConnection> window_manager_connection_; |