| Index: mash/quick_launch/quick_launch.h
|
| diff --git a/mash/quick_launch/quick_launch.h b/mash/quick_launch/quick_launch.h
|
| index 0a42717ee0c64b46fac626cd760e310cc3f2065b..edb553e8b3b5eea72bc6d4945c475f4a43560595 100644
|
| --- a/mash/quick_launch/quick_launch.h
|
| +++ b/mash/quick_launch/quick_launch.h
|
| @@ -13,7 +13,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;
|
| @@ -52,7 +51,6 @@ class QuickLaunch
|
|
|
| service_manager::BinderRegistry registry_;
|
|
|
| - tracing::Provider tracing_;
|
| std::unique_ptr<views::AuraInit> aura_init_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(QuickLaunch);
|
|
|