| Index: ash/common/wm_root_window_controller.h
|
| diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
|
| index b61bbfab1b36180e87fcd41f3d4dff60e9a82b43..3df79f6bac837e6f0ef7decea5af1b67c6b99f6b 100644
|
| --- a/ash/common/wm_root_window_controller.h
|
| +++ b/ash/common/wm_root_window_controller.h
|
| @@ -34,7 +34,6 @@ class SystemModalContainerLayoutManager;
|
| class SystemTray;
|
| class WallpaperWidgetController;
|
| class WmShelf;
|
| -class WmShell;
|
| class WmWindow;
|
| class WorkspaceController;
|
|
|
| @@ -93,8 +92,6 @@ class ASH_EXPORT WmRootWindowController {
|
|
|
| virtual bool HasShelf() = 0;
|
|
|
| - virtual WmShell* GetShell() = 0;
|
| -
|
| virtual WmShelf* GetShelf() = 0;
|
|
|
| // Creates the shelf for this root window and notifies observers.
|
|
|