| Index: ash/mus/bridge/wm_shell_mus.h
|
| diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
|
| index e6785dea6f3a686f978585cc5784f46d204b43fc..6fac7644661dfd13e4f8b6b89f39cca90ce94c66 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -57,7 +57,7 @@ class WmShellMus : public WmShell, public ::mus::WindowTreeClientObserver {
|
| void LockCursor() override;
|
| void UnlockCursor() override;
|
| std::vector<WmWindow*> GetAllRootWindows() override;
|
| - void RecordUserMetricsAction(wm::WmUserMetricsAction action) override;
|
| + void RecordUserMetricsAction(UserMetricsAction action) override;
|
| std::unique_ptr<WindowResizer> CreateDragWindowResizer(
|
| std::unique_ptr<WindowResizer> next_window_resizer,
|
| wm::WindowState* window_state) override;
|
|
|