| Index: third_party/WebKit/Source/core/animation/EffectStack.h
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectStack.h b/third_party/WebKit/Source/core/animation/EffectStack.h
|
| index ed62d71c6c0f383aec315aa334a4c120fc6d5fc1..228f432ae95c9d0431f4375cb8b82b7fc21c5af4 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStack.h
|
| @@ -38,8 +38,8 @@
|
| #include "core/animation/PropertyHandle.h"
|
| #include "core/animation/SampledEffect.h"
|
| #include "platform/geometry/FloatBox.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|