| Index: Source/core/page/animation/CompositeAnimation.h
|
| diff --git a/Source/core/page/animation/CompositeAnimation.h b/Source/core/page/animation/CompositeAnimation.h
|
| index c95048e03e9a9faa35e26ce61c699ae9387b21b8..0720ce2e588dd4d7b802ed00b1b4d6036c219ff6 100644
|
| --- a/Source/core/page/animation/CompositeAnimation.h
|
| +++ b/Source/core/page/animation/CompositeAnimation.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef CompositeAnimation_h
|
| #define CompositeAnimation_h
|
|
|
| -#include "ImplicitAnimation.h"
|
| -#include "KeyframeAnimation.h"
|
| +#include "core/page/animation/ImplicitAnimation.h"
|
| +#include "core/page/animation/KeyframeAnimation.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/text/AtomicString.h>
|
|
|