| Index: ash/mus/root_window_controller.h
|
| diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
|
| index 48642f0dbb527c5da12948090f583755607ba462..5f467a8c1e3503fe506b2be418c8ef43e9f98ac3 100644
|
| --- a/ash/mus/root_window_controller.h
|
| +++ b/ash/mus/root_window_controller.h
|
| @@ -20,7 +20,6 @@ class Connector;
|
| namespace ash {
|
|
|
| class AlwaysOnTopController;
|
| -class RootWindowControllerCommon;
|
| class WorkspaceLayoutManager;
|
|
|
| namespace mus {
|
| @@ -85,8 +84,6 @@ class RootWindowController {
|
|
|
| display::Display display_;
|
|
|
| - std::unique_ptr<RootWindowControllerCommon> root_window_controller_common_;
|
| -
|
| std::unique_ptr<WmRootWindowControllerMus> wm_root_window_controller_;
|
| std::unique_ptr<WmShelfMus> wm_shelf_;
|
|
|
|
|