| Index: third_party/WebKit/Source/core/animation/CompositorAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimations.h b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
|
| index 6469bb78250915e8fb24c2620182ed54c47d7bac..d3a3bda17a0a43361c0bd71c56764ba9113c00f2 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef CompositorAnimations_h
|
| #define CompositorAnimations_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/animation/EffectModel.h"
|
| #include "core/animation/Timing.h"
|
| #include "platform/animation/TimingFunction.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|