| Index: ash/test/shell_test_api.cc
|
| diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
|
| index ca9386992af003f3c633c73373e2b64b2f52ebf3..ec11a96bf2447d7251794f8749897c721e651d0c 100644
|
| --- a/ash/test/shell_test_api.cc
|
| +++ b/ash/test/shell_test_api.cc
|
| @@ -29,7 +29,7 @@ ScreenPositionController* ShellTestApi::screen_position_controller() {
|
| return shell_->screen_position_controller_.get();
|
| }
|
|
|
| -AshNativeCursorManager* ShellTestApi::ash_native_cursor_manager() {
|
| +NativeCursorManagerAsh* ShellTestApi::ash_native_cursor_manager() {
|
| return shell_->native_cursor_manager_;
|
| }
|
|
|
|
|