| Index: ash/wm/session_state_controller_impl2_unittest.cc
|
| diff --git a/ash/wm/session_state_controller_impl2_unittest.cc b/ash/wm/session_state_controller_impl2_unittest.cc
|
| index e645b00f6e80c5ec41c3349b24642398afa30114..df32b3a4b3ff37b071dede7fcc3e11e9833e3856 100644
|
| --- a/ash/wm/session_state_controller_impl2_unittest.cc
|
| +++ b/ash/wm/session_state_controller_impl2_unittest.cc
|
| @@ -25,7 +25,7 @@ namespace ash {
|
| namespace test {
|
| namespace {
|
| bool cursor_visible() {
|
| - return ash::Shell::GetInstance()->cursor_manager()->cursor_visible();
|
| + return ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible();
|
| }
|
|
|
| void CheckCalledCallback(bool* flag) {
|
|
|