| Index: ash/wm/aura/wm_window_aura.h
|
| diff --git a/ash/wm/aura/wm_window_aura.h b/ash/wm/aura/wm_window_aura.h
|
| index b5ad2e75af66f0112fdfe8885edd82e05ec23c84..8855eda8642b0815e4d48ae8d4d4c5b4b90a80d6 100644
|
| --- a/ash/wm/aura/wm_window_aura.h
|
| +++ b/ash/wm/aura/wm_window_aura.h
|
| @@ -41,7 +41,6 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
|
| const WmWindow* GetRootWindow() const override;
|
| WmRootWindowController* GetRootWindowController() override;
|
| WmGlobals* GetGlobals() const override;
|
| - void SetName(const std::string& name) override;
|
| void SetShellWindowId(int id) override;
|
| int GetShellWindowId() const override;
|
| WmWindow* GetChildByShellWindowId(int id) override;
|
|
|