| Index: content/browser/web_contents/aura/window_slider_unittest.cc
|
| diff --git a/content/browser/web_contents/aura/window_slider_unittest.cc b/content/browser/web_contents/aura/window_slider_unittest.cc
|
| index a65a127412fba6c86392bdf8f5e35d88e51c7abe..da9d1c64303fc5bca8780434551ac0ff75a61447 100644
|
| --- a/content/browser/web_contents/aura/window_slider_unittest.cc
|
| +++ b/content/browser/web_contents/aura/window_slider_unittest.cc
|
| @@ -589,8 +589,7 @@
|
| WindowSliderDelegateTest slider_delegate;
|
| new WindowSlider(&slider_delegate, root_window(), window.get());
|
|
|
| - // This test uses explicit durations so needs a normal duration.
|
| - ui::ScopedAnimationDurationScaleMode normal_duration(
|
| + ui::ScopedAnimationDurationScaleMode normal_duration_(
|
| ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION);
|
| ui::LayerAnimator* animator = window->layer()->GetAnimator();
|
| animator->set_disable_timer_for_test(true);
|
|
|