| Index: ash/mus/bridge/shell_port_mash.h
|
| diff --git a/ash/mus/bridge/shell_port_mash.h b/ash/mus/bridge/shell_port_mash.h
|
| index 99d1b6507b4dae276eaea68d47a4d02353520744..262c93ee408865c35def5229cea6d7ece9ee318f 100644
|
| --- a/ash/mus/bridge/shell_port_mash.h
|
| +++ b/ash/mus/bridge/shell_port_mash.h
|
| @@ -78,7 +78,7 @@ class ShellPortMash : public ShellPort, public WindowTreeHostManager::Observer {
|
| void HideCursor() override;
|
| void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override;
|
| bool IsMouseEventsEnabled() override;
|
| - std::vector<WmWindow*> GetAllRootWindows() override;
|
| + std::vector<aura::Window*> GetAllRootWindows() override;
|
| void RecordGestureAction(GestureActionType action) override;
|
| void RecordUserMetricsAction(UserMetricsAction action) override;
|
| void RecordTaskSwitchMetric(TaskSwitchSource source) override;
|
|
|