| Index: ui/aura_shell/show_state_controller.h
|
| diff --git a/ui/aura_shell/show_state_controller.h b/ui/aura_shell/show_state_controller.h
|
| index 02087de87399f577da985eea9b1eb3d183122ca2..880ba5bcb9c7e523cf62db39682af0259fc0cb3e 100644
|
| --- a/ui/aura_shell/show_state_controller.h
|
| +++ b/ui/aura_shell/show_state_controller.h
|
| @@ -27,9 +27,9 @@ public:
|
| virtual ~ShowStateController();
|
|
|
| // aura::WindowObserver overrides:
|
| - virtual void OnPropertyChanged(aura::Window* window,
|
| - const char* name,
|
| - void* old) OVERRIDE;
|
| + virtual void OnWindowPropertyChanged(aura::Window* window,
|
| + const char* name,
|
| + void* old) OVERRIDE;
|
|
|
| private:
|
| // |workspace_maanger_| is owned by |WorkspaceController|.
|
|
|