| Index: ash/shell_port.h
|
| diff --git a/ash/shell_port.h b/ash/shell_port.h
|
| index 23c8c7dbeafd8af9a47999b9aafa7178661e61dc..441dac15046049ae32cf1d8b0f4fa7c156483d6e 100644
|
| --- a/ash/shell_port.h
|
| +++ b/ash/shell_port.h
|
| @@ -52,7 +52,6 @@ struct ShellInitParams;
|
| class WindowCycleEventFilter;
|
| class WindowResizer;
|
| class WmDisplayObserver;
|
| -class WmWindow;
|
| class WorkspaceEventHandler;
|
|
|
| enum class Config;
|
| @@ -146,7 +145,7 @@ class ASH_EXPORT ShellPort {
|
| base::Optional<ui::CursorData> cursor) = 0;
|
| virtual bool IsMouseEventsEnabled() = 0;
|
|
|
| - virtual std::vector<WmWindow*> GetAllRootWindows() = 0;
|
| + virtual std::vector<aura::Window*> GetAllRootWindows() = 0;
|
|
|
| virtual void RecordGestureAction(GestureActionType action) = 0;
|
| virtual void RecordUserMetricsAction(UserMetricsAction action) = 0;
|
|
|