Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: cc/animation/keyframed_animation_curve.h

Issue 12822004: Part 3 of cc/ directory shuffles: animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/animation/animation_unittest.cc ('k') | cc/animation/keyframed_animation_curve.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/keyframed_animation_curve.h
diff --git a/cc/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h
similarity index 94%
rename from cc/keyframed_animation_curve.h
rename to cc/animation/keyframed_animation_curve.h
index 34149277c9f34d6e5ae63a2b394ea6a22213f52f..aa53b676a85dd5008c38c78be09161ca9c949262 100644
--- a/cc/keyframed_animation_curve.h
+++ b/cc/animation/keyframed_animation_curve.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_KEYFRAMED_ANIMATION_CURVE_H_
-#define CC_KEYFRAMED_ANIMATION_CURVE_H_
+#ifndef CC_ANIMATION_KEYFRAMED_ANIMATION_CURVE_H_
+#define CC_ANIMATION_KEYFRAMED_ANIMATION_CURVE_H_
-#include "cc/animation_curve.h"
+#include "cc/animation/animation_curve.h"
#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_vector.h"
#include "cc/timing_function.h"
@@ -126,4 +126,4 @@ class CC_EXPORT KeyframedTransformAnimationCurve : public TransformAnimationCurv
} // namespace cc
-#endif // CC_KEYFRAMED_ANIMATION_CURVE_H_
+#endif // CC_ANIMATION_KEYFRAMED_ANIMATION_CURVE_H_
« no previous file with comments | « cc/animation/animation_unittest.cc ('k') | cc/animation/keyframed_animation_curve.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698