| Index: Source/core/page/animation/ImplicitAnimation.h
|
| diff --git a/Source/core/page/animation/ImplicitAnimation.h b/Source/core/page/animation/ImplicitAnimation.h
|
| index ce1dcec8a1428426ee49b52a7c44a8e71333901b..7fd713dbd8afe4c4490bafc8cd3a53844eba04ac 100644
|
| --- a/Source/core/page/animation/ImplicitAnimation.h
|
| +++ b/Source/core/page/animation/ImplicitAnimation.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef ImplicitAnimation_h
|
| #define ImplicitAnimation_h
|
|
|
| -#include "AnimationBase.h"
|
| #include "CSSPropertyNames.h"
|
| #include "Document.h"
|
| +#include "core/page/animation/AnimationBase.h"
|
|
|
| namespace WebCore {
|
|
|
|
|