| Index: ash/test/mirror_window_test_api.cc
|
| diff --git a/ash/test/mirror_window_test_api.cc b/ash/test/mirror_window_test_api.cc
|
| index 8a65b840a5f44af446a3b69a40b0be0b604a6373..534eecf3a5f6477d6f445c8122e44182110e1aca 100644
|
| --- a/ash/test/mirror_window_test_api.cc
|
| +++ b/ash/test/mirror_window_test_api.cc
|
| @@ -23,7 +23,7 @@ const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const {
|
| return window ? window->GetHost() : NULL;
|
| }
|
|
|
| -int MirrorWindowTestApi::GetCurrentCursorType() const {
|
| +ui::CursorType MirrorWindowTestApi::GetCurrentCursorType() const {
|
| return Shell::Get()
|
| ->window_tree_host_manager()
|
| ->cursor_window_controller()
|
|
|