| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
 | 
| index 2d782e298345b9e43e5894bb1da970f668b3453b..36cddd52eed2bdbb650241075ba28d069df8fa7c 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
 | 
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "core/animation/CSSLengthInterpolationType.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/animation/LengthInterpolationFunctions.h"
 | 
|  #include "core/animation/LengthPropertyFunctions.h"
 | 
|  #include "core/animation/css/CSSAnimatableValueFactory.h"
 | 
| @@ -13,7 +14,6 @@
 | 
|  #include "core/css/resolver/StyleResolverState.h"
 | 
|  #include "platform/LengthFunctions.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |