| Index: third_party/WebKit/Source/core/animation/Interpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| index 07f7ad7bab4df5042a9d2acdc2b6553117c6e80e..e613163d26812ceaf4f59e822b3f5a69f10203e4 100644
|
| --- a/third_party/WebKit/Source/core/animation/Interpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| @@ -7,7 +7,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/animation/InterpolableValue.h"
|
| -#include "platform/heap/Handle.h"
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|