| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
 | 
| index 76af97e5cb4a33c47867a8888b3134952c88fe25..329c573b3936bd084babe389eeebc6179f329098 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
 | 
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "core/animation/CSSShadowListInterpolationType.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/animation/ListInterpolationFunctions.h"
 | 
|  #include "core/animation/ShadowInterpolationFunctions.h"
 | 
|  #include "core/animation/ShadowListPropertyFunctions.h"
 | 
| @@ -13,7 +14,6 @@
 | 
|  #include "core/css/resolver/StyleResolverState.h"
 | 
|  #include "core/style/ShadowList.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |