| Index: mash/quick_launch/quick_launch.h
|
| diff --git a/mash/quick_launch/quick_launch.h b/mash/quick_launch/quick_launch.h
|
| index d23e4c04ef700fd35ec091fcc8aa5fc2f056b4ac..54b0dc390268d1906edaa4380b10691f4c7808ec 100644
|
| --- a/mash/quick_launch/quick_launch.h
|
| +++ b/mash/quick_launch/quick_launch.h
|
| @@ -11,7 +11,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;
|
| @@ -46,7 +46,7 @@ class QuickLaunch : 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_;
|
|
|
|
|