| Index: ash/test/mirror_window_test_api.h
|
| diff --git a/ash/test/mirror_window_test_api.h b/ash/test/mirror_window_test_api.h
|
| index 7c8f68910215b55eaeca8c4f69fba39a37bf2d16..2812e4de5172d0f6c9c8363e6d6e4656b302a85f 100644
|
| --- a/ash/test/mirror_window_test_api.h
|
| +++ b/ash/test/mirror_window_test_api.h
|
| @@ -16,6 +16,10 @@ namespace gfx {
|
| class Point;
|
| }
|
|
|
| +namespace ui {
|
| +enum class CursorType;
|
| +}
|
| +
|
| namespace ash {
|
|
|
| namespace test {
|
| @@ -27,7 +31,7 @@ class MirrorWindowTestApi {
|
|
|
| const aura::WindowTreeHost* GetHost() const;
|
|
|
| - int GetCurrentCursorType() const;
|
| + ui::CursorType GetCurrentCursorType() const;
|
|
|
| // Returns the position of the hot point within the cursor. This is
|
| // unaffected by the cursor location.
|
|
|