Index: cc/animation/layer_animation_controller.h |
diff --git a/cc/layer_animation_controller.h b/cc/animation/layer_animation_controller.h |
similarity index 95% |
rename from cc/layer_animation_controller.h |
rename to cc/animation/layer_animation_controller.h |
index bb8fc56c72526699b2e36742d205f19cc60c81b1..1de11313f2c9b70430c0d79c3a1edad0685703cc 100644 |
--- a/cc/layer_animation_controller.h |
+++ b/cc/animation/layer_animation_controller.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_LAYER_ANIMATION_CONTROLLER_H_ |
-#define CC_LAYER_ANIMATION_CONTROLLER_H_ |
+#ifndef CC_ANIMATION_LAYER_ANIMATION_CONTROLLER_H_ |
+#define CC_ANIMATION_LAYER_ANIMATION_CONTROLLER_H_ |
#include "base/basictypes.h" |
#include "base/hash_tables.h" |
@@ -11,10 +11,10 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
#include "base/time.h" |
-#include "cc/animation_events.h" |
+#include "cc/animation/animation_events.h" |
+#include "cc/animation/layer_animation_event_observer.h" |
#include "cc/base/cc_export.h" |
#include "cc/base/scoped_ptr_vector.h" |
-#include "cc/layer_animation_event_observer.h" |
#include "ui/gfx/transform.h" |
namespace gfx { class Transform; } |
@@ -151,4 +151,4 @@ class CC_EXPORT LayerAnimationController |
} // namespace cc |
-#endif // CC_LAYER_ANIMATION_CONTROLLER_H_ |
+#endif // CC_ANIMATION_LAYER_ANIMATION_CONTROLLER_H_ |