| Index: ash/system/overview/overview_button_tray_unittest.cc
|
| diff --git a/ash/system/overview/overview_button_tray_unittest.cc b/ash/system/overview/overview_button_tray_unittest.cc
|
| index 45b0d82da5152d06136310adab043c98d5681e07..7a0cf1d72589e292328fbac3c8ce4282cb07730b 100644
|
| --- a/ash/system/overview/overview_button_tray_unittest.cc
|
| +++ b/ash/system/overview/overview_button_tray_unittest.cc
|
| @@ -244,8 +244,9 @@ TEST_F(OverviewButtonTrayTest, MAYBE_HideAnimationAlwaysCompletes) {
|
| std::unique_ptr<ui::ScopedAnimationDurationScaleMode> rotate_duration(
|
| new ui::ScopedAnimationDurationScaleMode(
|
| ui::ScopedAnimationDurationScaleMode::ZERO_DURATION));
|
| - ash::ScreenRotationAnimator(gfx::Display::InternalDisplayId())
|
| - .Rotate(gfx::Display::ROTATE_270, gfx::Display::ROTATION_SOURCE_ACTIVE);
|
| + ash::ScreenRotationAnimator(display::Display::InternalDisplayId())
|
| + .Rotate(display::Display::ROTATE_270,
|
| + display::Display::ROTATION_SOURCE_ACTIVE);
|
|
|
| RunAllPendingInMessageLoop();
|
| EXPECT_FALSE(GetTray()->visible());
|
|
|