| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 1afbc06ae1f43686a5c378980240302c793945f7..c4bbe1581a1f8d55ef5b0648eaeee10bce31c85e 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;
|
|
|