| Index: ash/mus/window_manager_application.h
|
| diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
|
| index 5086dedbbabfe67d741ec60b4e670a364a169c86..fef464994e4a315a94c14656c0530fe3c7b23dda 100644
|
| --- a/ash/mus/window_manager_application.h
|
| +++ b/ash/mus/window_manager_application.h
|
| @@ -83,11 +83,9 @@ class WindowManagerApplication : public service_manager::Service {
|
| // A blocking pool used by the WindowManager's shell; not used in tests.
|
| scoped_refptr<base::SequencedWorkerPool> blocking_pool_;
|
|
|
| -#if defined(OS_CHROMEOS)
|
| std::unique_ptr<NetworkConnectDelegateMus> network_connect_delegate_;
|
| std::unique_ptr<chromeos::system::ScopedFakeStatisticsProvider>
|
| statistics_provider_;
|
| -#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowManagerApplication);
|
| };
|
|
|