| Index: ash/wm/lock_layout_manager.h
|
| diff --git a/ash/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h
|
| index 6eb0cae1af5a7d6a39f9b32907b5a0db514a87fc..7a9f0e8312d155af0609407e7288ebf89701da4f 100644
|
| --- a/ash/wm/lock_layout_manager.h
|
| +++ b/ash/wm/lock_layout_manager.h
|
| @@ -6,7 +6,7 @@
|
| #define ASH_WM_LOCK_LAYOUT_MANAGER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/shell_delegate.h"
|
| +#include "ash/common/shell_observer.h"
|
| #include "ash/common/wm/wm_types.h"
|
| #include "ash/snap_to_pixel_layout_manager.h"
|
| #include "base/macros.h"
|
| @@ -45,7 +45,7 @@ class WMEvent;
|
| class ASH_EXPORT LockLayoutManager
|
| : public SnapToPixelLayoutManager,
|
| public aura::WindowObserver,
|
| - public VirtualKeyboardStateObserver,
|
| + public ShellObserver,
|
| public keyboard::KeyboardControllerObserver {
|
| public:
|
| explicit LockLayoutManager(aura::Window* window);
|
| @@ -73,7 +73,7 @@ class ASH_EXPORT LockLayoutManager
|
| const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) override;
|
|
|
| - // VirtualKeyboardStateObserver overrides:
|
| + // ShellObserver:
|
| void OnVirtualKeyboardStateChanged(bool activated) override;
|
|
|
| // keyboard::KeyboardControllerObserver overrides:
|
|
|