| Index: app/animation.cc
 | 
| diff --git a/app/animation.cc b/app/animation.cc
 | 
| index 595af9f2168a74daa1f4ebccc5c7e59fb5c40a8f..28932c9fc311f98565f1f682acb445c31585d112 100644
 | 
| --- a/app/animation.cc
 | 
| +++ b/app/animation.cc
 | 
| @@ -65,7 +65,6 @@ double Animation::CurrentValueBetween(double start, double target) const {
 | 
|  
 | 
|  int Animation::CurrentValueBetween(int start, int target) const {
 | 
|    return Tween::ValueBetween(GetCurrentValue(), start, target);
 | 
| -
 | 
|  }
 | 
|  
 | 
|  gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds,
 | 
| 
 |