| Index: Source/core/page/animation/AnimationControllerPrivate.h
|
| diff --git a/Source/core/page/animation/AnimationControllerPrivate.h b/Source/core/page/animation/AnimationControllerPrivate.h
|
| index 09af8bbbec241224a6fc605bbf6d31e41cd61e02..cccc719167ca0d6980e7ce093337d47cc6cfaa80 100644
|
| --- a/Source/core/page/animation/AnimationControllerPrivate.h
|
| +++ b/Source/core/page/animation/AnimationControllerPrivate.h
|
| @@ -30,14 +30,14 @@
|
| #define AnimationControllerPrivate_h
|
|
|
| #include "CSSPropertyNames.h"
|
| -#include "Timer.h"
|
| +#include "core/platform/Timer.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/AtomicString.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|