| Index: ash/aura/wm_window_aura.h
|
| diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
|
| index 62ab8fe5bf1704cf85c4b297cf51872f1c411961..3542255eb8808f77904522e03344e6f26ba17ecd 100644
|
| --- a/ash/aura/wm_window_aura.h
|
| +++ b/ash/aura/wm_window_aura.h
|
| @@ -53,7 +53,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
|
| // WmWindow:
|
| void Destroy() override;
|
| const WmWindow* GetRootWindow() const override;
|
| - WmRootWindowController* GetRootWindowController() override;
|
| + RootWindowController* GetRootWindowController() override;
|
| WmShell* GetShell() const override;
|
| void SetName(const char* name) override;
|
| std::string GetName() const override;
|
|
|