| Index: ui/aura/test/test_cursor_client.h
|
| diff --git a/ui/aura/test/test_cursor_client.h b/ui/aura/test/test_cursor_client.h
|
| index 8b4e1d999b5ecf2160c825dbef5ba275bb7198da..c64c926c89fc6d228b37a707ea5cf7ce8b6a070e 100644
|
| --- a/ui/aura/test/test_cursor_client.h
|
| +++ b/ui/aura/test/test_cursor_client.h
|
| @@ -36,8 +36,8 @@ class TestCursorClient : public aura::client::CursorClient {
|
| gfx::NativeCursor GetCursor() const override;
|
| void ShowCursor() override;
|
| void HideCursor() override;
|
| - void SetCursorSet(ui::CursorSetType cursor_set) override;
|
| - ui::CursorSetType GetCursorSet() const override;
|
| + void SetCursorSet(ui::CursorSet cursor_set) override;
|
| + ui::CursorSet GetCursorSet() const override;
|
| bool IsCursorVisible() const override;
|
| void EnableMouseEvents() override;
|
| void DisableMouseEvents() override;
|
|
|