| Index: ash/mus/move_event_handler.h
|
| diff --git a/ash/mus/move_event_handler.h b/ash/mus/move_event_handler.h
|
| index 104b74eb5263d968cebbfd705d4fa644eb8f2ca4..754882b39f8c8e1000df9dc483ffb804ea1584a5 100644
|
| --- a/ash/mus/move_event_handler.h
|
| +++ b/ash/mus/move_event_handler.h
|
| @@ -23,7 +23,7 @@ class CancelModeEvent;
|
|
|
| namespace ash {
|
|
|
| -class WmWindowAura;
|
| +class WmWindow;
|
|
|
| namespace mus {
|
|
|
| @@ -75,7 +75,7 @@ class MoveEventHandler : public ui::EventHandler, public aura::WindowObserver {
|
| // Overridden from aura::WindowObserver:
|
| void OnWindowDestroying(aura::Window* window) override;
|
|
|
| - ash::WmWindowAura* wm_window_;
|
| + WmWindow* wm_window_;
|
| aura::WindowManagerClient* window_manager_client_;
|
| wm::WmToplevelWindowEventHandler toplevel_window_event_handler_;
|
|
|
|
|