| Index: third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ElementAnimations.h b/third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| index 5c018120d80d2c04dc05f7bdc90cd8fa2081f3e5..42682a3dd3558633214631f3f0ec5821d5f8006d 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| @@ -34,10 +34,10 @@
|
| #include "core/animation/CustomCompositorAnimations.h"
|
| #include "core/animation/EffectStack.h"
|
| #include "core/animation/css/CSSAnimations.h"
|
| -#include "wtf/HashCountedSet.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/HashCountedSet.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|