| Index: third_party/WebKit/Source/core/animation/SampledEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SampledEffect.h b/third_party/WebKit/Source/core/animation/SampledEffect.h
|
| index 2552bef172fe9009326ac948957bd356e4bb8186..6eee1811a4e887e8f6cb5a60dcba5f685c90051b 100644
|
| --- a/third_party/WebKit/Source/core/animation/SampledEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/SampledEffect.h
|
| @@ -8,8 +8,8 @@
|
| #include "core/animation/Animation.h"
|
| #include "core/animation/Interpolation.h"
|
| #include "core/animation/KeyframeEffectReadOnly.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|