| Index: third_party/WebKit/Source/platform/animation/AnimationTranslationUtilTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtilTest.cpp b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtilTest.cpp
 | 
| index b81af22ceeedf1244ef8cbdb664b76be3bb7d25c..1c41e617d26919e659c582637d352888076f1cd9 100644
 | 
| --- a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtilTest.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtilTest.cpp
 | 
| @@ -24,6 +24,7 @@
 | 
|  
 | 
|  #include "platform/animation/AnimationTranslationUtil.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/animation/CompositorTransformOperations.h"
 | 
|  #include "platform/transforms/Matrix3DTransformOperation.h"
 | 
|  #include "platform/transforms/RotateTransformOperation.h"
 | 
| @@ -31,7 +32,6 @@
 | 
|  #include "platform/transforms/TransformOperations.h"
 | 
|  #include "platform/transforms/TranslateTransformOperation.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |