| Index: third_party/WebKit/Source/core/animation/InertEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InertEffect.h b/third_party/WebKit/Source/core/animation/InertEffect.h
|
| index cb8406caff4939fde6854b5b6b65783b73d15bee..e3dd0930e1790fc4c6f8396e7e899930b58015e0 100644
|
| --- a/third_party/WebKit/Source/core/animation/InertEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/InertEffect.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/animation/AnimationEffectReadOnly.h"
|
| #include "core/animation/EffectModel.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|