| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
 | 
| index 34afcfcb67c83fdf7217cafd40e6ad830f3af4b2..c3d8b1622daf6c82e4abc3d99377f00201ee6985 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
 | 
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
 | 
| @@ -30,9 +30,9 @@
 | 
|  
 | 
|  #include "core/animation/animatable/AnimatableValue.h"
 | 
|  
 | 
| +#include <algorithm>
 | 
|  #include "core/animation/animatable/AnimatableNeutral.h"
 | 
|  #include "wtf/StdLibExtras.h"
 | 
| -#include <algorithm>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |