| 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 66ff2766e4b64cb1b15ded484a7d7fff8e56a1d0..cc5ab70a9bbc1d5750444ee19e8b21583af62e8b 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 {
|
|
|
|
|