diff options
Diffstat (limited to 'cc/test/animation_test_common.h')
-rw-r--r-- | cc/test/animation_test_common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h index 1afbc06..c4bbe15 100644 --- a/cc/test/animation_test_common.h +++ b/cc/test/animation_test_common.h @@ -5,10 +5,10 @@ #ifndef CC_TEST_ANIMATION_TEST_COMMON_H_ #define CC_TEST_ANIMATION_TEST_COMMON_H_ -#include "cc/animation.h" -#include "cc/animation_curve.h" -#include "cc/layer_animation_controller.h" -#include "cc/layer_animation_value_observer.h" +#include "cc/animation/animation.h" +#include "cc/animation/animation_curve.h" +#include "cc/animation/layer_animation_controller.h" +#include "cc/animation/layer_animation_value_observer.h" namespace cc { class LayerImpl; |