| Index: ash/accelerators/accelerator_controller_delegate_aura.cc
|
| diff --git a/ash/accelerators/accelerator_controller_delegate_aura.cc b/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| index cfac9a95b617d55bd48cc518989192bde339de6c..6e8ca08deb6840d3b8c62a0a813899a0dead5343 100644
|
| --- a/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| +++ b/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| @@ -187,7 +187,7 @@ void HandleRotateActiveWindow() {
|
| ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
|
| active_window->layer()->GetAnimator()->StartAnimation(
|
| new ui::LayerAnimationSequence(
|
| - new WindowRotation(360, active_window->layer())));
|
| + base::MakeUnique<WindowRotation>(360, active_window->layer())));
|
| }
|
| }
|
|
|
|
|