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 04589b69ae83017d082fa6649ada2f06d027b411..6b2ed0722bf4a94a254175193228af6e300c4fdc 100644 |
--- a/ash/wm/aura/wm_window_aura.h |
+++ b/ash/wm/aura/wm_window_aura.h |
@@ -43,7 +43,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver { |
WmGlobals* GetGlobals() const override; |
void SetName(const std::string& name) override; |
void SetShellWindowId(int id) override; |
- int GetShellWindowId() override; |
+ int GetShellWindowId() const override; |
WmWindow* GetChildByShellWindowId(int id) override; |
ui::wm::WindowType GetType() const override; |
ui::Layer* GetLayer() override; |