| Index: cc/layer_animation_controller.h
|
| diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
|
| index 1b427b7f7bab35c248f99706c16d14dd132a6910..bb8fc56c72526699b2e36742d205f19cc60c81b1 100644
|
| --- a/cc/layer_animation_controller.h
|
| +++ b/cc/layer_animation_controller.h
|
| @@ -12,9 +12,9 @@
|
| #include "base/observer_list.h"
|
| #include "base/time.h"
|
| #include "cc/animation_events.h"
|
| -#include "cc/cc_export.h"
|
| +#include "cc/base/cc_export.h"
|
| +#include "cc/base/scoped_ptr_vector.h"
|
| #include "cc/layer_animation_event_observer.h"
|
| -#include "cc/scoped_ptr_vector.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace gfx { class Transform; }
|
|
|