| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index df1ac05b05c65ef947ba1c945cefdc24b23a2e59..87ae783a69b798875bb77407c7cd5faab1f9968a 100644
|
| --- a/cc/animation/element_animations.h
|
| +++ b/cc/animation/element_animations.h
|
| @@ -12,10 +12,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| #include "base/time/time.h"
|
| -#include "cc/animation/property_animation_state.h"
|
| -#include "cc/animation/target_property.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/trees/element_id.h"
|
| +#include "cc/trees/property_animation_state.h"
|
| +#include "cc/trees/target_property.h"
|
| #include "ui/gfx/geometry/scroll_offset.h"
|
| #include "ui/gfx/transform.h"
|
|
|
|
|