| Index: ash/wm_window.h
|
| diff --git a/ash/wm_window.h b/ash/wm_window.h
|
| index decd1788b30d9b6def932b00faf467967632eeff..b3e1580934b9fa6b3cf6e4b4bfe2ddbe2931abca 100644
|
| --- a/ash/wm_window.h
|
| +++ b/ash/wm_window.h
|
| @@ -36,7 +36,6 @@ class Layer;
|
|
|
| namespace ash {
|
|
|
| -class RootWindowController;
|
| class WmTransientWindowObserver;
|
| enum class WmWindowProperty;
|
|
|
| @@ -93,7 +92,6 @@ class ASH_EXPORT WmWindow : public ::wm::TransientWindowObserver {
|
| const_cast<const WmWindow*>(this)->GetRootWindow());
|
| }
|
| const WmWindow* GetRootWindow() const;
|
| - RootWindowController* GetRootWindowController();
|
|
|
| // See shell_window_ids.h for list of known ids.
|
| WmWindow* GetChildByShellWindowId(int id);
|
|
|