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..2d1d5bd6e33e4c3d71579c4e9ec7ac71ad47df10 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::native_cursor_manager_ash() { |
return shell_->native_cursor_manager_; |
} |