| Index: ash/utility/screenshot_controller_unittest.cc
|
| diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
|
| index 2b9503d46d540e900da961e632ae22d3f4b84512..bac14b82d014ad1321d3289e9e87a72b5176c915 100644
|
| --- a/ash/utility/screenshot_controller_unittest.cc
|
| +++ b/ash/utility/screenshot_controller_unittest.cc
|
| @@ -296,7 +296,7 @@ TEST_F(PartialScreenshotControllerTest, VisibilityTest) {
|
| // Make sure ScreenshotController doesn't prevent handling of large
|
| // cursor. See http://crbug.com/459214
|
| TEST_F(PartialScreenshotControllerTest, LargeCursor) {
|
| - Shell::Get()->cursor_manager()->SetCursorSet(ui::CURSOR_SET_LARGE);
|
| + Shell::Get()->cursor_manager()->SetCursorSize(ui::CursorSize::kLarge);
|
| Shell::Get()
|
| ->window_tree_host_manager()
|
| ->cursor_window_controller()
|
|
|