| Index: ash/wm/power_button_controller_unittest.cc
|
| diff --git a/ash/wm/power_button_controller_unittest.cc b/ash/wm/power_button_controller_unittest.cc
|
| index 7cf0a4e53239ea85aa8167225ccf45692adf0ab6..ac4eefaf00fb8184e70b9eda0800085f8811fb72 100644
|
| --- a/ash/wm/power_button_controller_unittest.cc
|
| +++ b/ash/wm/power_button_controller_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();
|
| }
|
| }
|
|
|
|
|