| Index: ash/rotator/screen_rotation_animator.cc
|
| diff --git a/ash/rotator/screen_rotation_animator.cc b/ash/rotator/screen_rotation_animator.cc
|
| index e17fb2340f13f0152ea7425e0e4a6e11123e3056..d32f2664353937737f7482e8b6b910fdc257d5b7 100644
|
| --- a/ash/rotator/screen_rotation_animator.cc
|
| +++ b/ash/rotator/screen_rotation_animator.cc
|
| @@ -246,8 +246,7 @@ void RotateScreen(int64_t display_id,
|
| ScreenRotationAnimator::ScreenRotationAnimator(int64_t display_id)
|
| : display_id_(display_id) {}
|
|
|
| -ScreenRotationAnimator::~ScreenRotationAnimator() {
|
| -}
|
| +ScreenRotationAnimator::~ScreenRotationAnimator() {}
|
|
|
| bool ScreenRotationAnimator::CanAnimate() const {
|
| return Shell::GetInstance()
|
|
|