| Index: ash/rotator/screen_rotation_animation.cc
|
| diff --git a/ash/rotator/screen_rotation_animation.cc b/ash/rotator/screen_rotation_animation.cc
|
| index cc8698d4351b9019a641dffdae42512962760ec0..005060e0417b5921b760e0d47564545f6d84a174 100644
|
| --- a/ash/rotator/screen_rotation_animation.cc
|
| +++ b/ash/rotator/screen_rotation_animation.cc
|
| @@ -29,7 +29,7 @@ ScreenRotationAnimation::ScreenRotationAnimation(
|
| tween_type_(tween_type),
|
| initial_opacity_(initial_opacity),
|
| target_opacity_(target_opacity) {
|
| - scoped_ptr<ui::InterpolatedTransform> rotation(
|
| + std::unique_ptr<ui::InterpolatedTransform> rotation(
|
| new ui::InterpolatedTransformAboutPivot(
|
| pivot, new ui::InterpolatedRotation(start_degrees, end_degrees)));
|
|
|
|
|