| Index: third_party/WebKit/Source/platform/animation/CompositorTransformAnimationCurve.h
 | 
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorTransformAnimationCurve.h b/third_party/WebKit/Source/platform/animation/CompositorTransformAnimationCurve.h
 | 
| index eecaebef527b247b3383c52d918d6f5798066ba5..60eccfc2efb0ee7f51c12f5b9bc140789fcb3be3 100644
 | 
| --- a/third_party/WebKit/Source/platform/animation/CompositorTransformAnimationCurve.h
 | 
| +++ b/third_party/WebKit/Source/platform/animation/CompositorTransformAnimationCurve.h
 | 
| @@ -5,13 +5,13 @@
 | 
|  #ifndef CompositorTransformAnimationCurve_h
 | 
|  #define CompositorTransformAnimationCurve_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "platform/animation/CompositorAnimationCurve.h"
 | 
|  #include "platform/animation/CompositorTransformKeyframe.h"
 | 
|  #include "platform/animation/TimingFunction.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace cc {
 | 
|  class KeyframedTransformAnimationCurve;
 | 
| 
 |