| Index: cc/animation/layer_animation_controller.cc
|
| diff --git a/cc/layer_animation_controller.cc b/cc/animation/layer_animation_controller.cc
|
| similarity index 98%
|
| rename from cc/layer_animation_controller.cc
|
| rename to cc/animation/layer_animation_controller.cc
|
| index 7dec464901abbfec23c331b8b36dd1b80949ca0f..ef280d67c30f99a96b2127d55021948fcb9b1517 100644
|
| --- a/cc/layer_animation_controller.cc
|
| +++ b/cc/animation/layer_animation_controller.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/layer_animation_controller.h"
|
| +#include "cc/animation/layer_animation_controller.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "cc/animation.h"
|
| -#include "cc/animation_registrar.h"
|
| +#include "cc/animation/animation.h"
|
| +#include "cc/animation/animation_registrar.h"
|
| +#include "cc/animation/keyframed_animation_curve.h"
|
| +#include "cc/animation/layer_animation_value_observer.h"
|
| #include "cc/base/scoped_ptr_algorithm.h"
|
| -#include "cc/keyframed_animation_curve.h"
|
| -#include "cc/layer_animation_value_observer.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace cc {
|
|
|