| Index: ash/mus/bridge/wm_shell_mus.h
|
| diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
|
| index f089ce749628c532a56e6c5976efac3f17627ece..6539baba9ef2b0c61e16782e961781734929844b 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -22,12 +22,14 @@ class PointerWatcherEventRouter;
|
| }
|
|
|
| namespace ash {
|
| +
|
| +class RootWindowController;
|
| +
|
| namespace mus {
|
|
|
| class AcceleratorControllerDelegateMus;
|
| class AcceleratorControllerRegistrar;
|
| class ImmersiveHandlerFactoryMus;
|
| -class RootWindowController;
|
| class WindowManager;
|
| class WmShellMusTestApi;
|
|
|
| @@ -42,7 +44,7 @@ class WmShellMus : public WmShell {
|
|
|
| static WmShellMus* Get();
|
|
|
| - RootWindowController* GetRootWindowControllerWithDisplayId(int64_t id);
|
| + ash::RootWindowController* GetRootWindowControllerWithDisplayId(int64_t id);
|
|
|
| AcceleratorControllerDelegateMus* accelerator_controller_delegate() {
|
| return accelerator_controller_delegate_.get();
|
|
|