| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index f308e6960a51cbb2f00bd889b225d4ee618dc900..96589a318f4e6667c51acd47cdbfe072e712ebd3 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -65,7 +65,7 @@ void AshTestBase::SetUp() {
|
| // Move the mouse cursor to far away so that native events doesn't
|
| // interfere test expectations.
|
| Shell::GetPrimaryRootWindow()->MoveCursorTo(gfx::Point(-1000, -1000));
|
| - Shell::GetInstance()->cursor_manager()->ShowCursor(true);
|
| + Shell::GetInstance()->cursor_manager()->EnableCursor(true);
|
| }
|
|
|
| void AshTestBase::TearDown() {
|
|
|