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

Unified Diff: cc/animation/scrollbar_animation_controller.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
Index: cc/animation/scrollbar_animation_controller.h
diff --git a/cc/scrollbar_animation_controller.h b/cc/animation/scrollbar_animation_controller.h
similarity index 85%
rename from cc/scrollbar_animation_controller.h
rename to cc/animation/scrollbar_animation_controller.h
index e660e8f9452035c2e99b4d2f195d3d6437807419..8c7aafed0047483058c4f6999c9c35919da1ffb1 100644
--- a/cc/scrollbar_animation_controller.h
+++ b/cc/animation/scrollbar_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_SCROLLBAR_ANIMATION_CONTROLLER_H_
-#define CC_SCROLLBAR_ANIMATION_CONTROLLER_H_
+#ifndef CC_ANIMATION_SCROLLBAR_ANIMATION_CONTROLLER_H_
+#define CC_ANIMATION_SCROLLBAR_ANIMATION_CONTROLLER_H_
#include "base/time.h"
#include "cc/base/cc_export.h"
@@ -29,4 +29,4 @@ public:
} // namespace cc
-#endif // CC_SCROLLBAR_ANIMATION_CONTROLLER_H_
+#endif // CC_ANIMATION_SCROLLBAR_ANIMATION_CONTROLLER_H_
« no previous file with comments | « cc/animation/layer_animation_value_observer.h ('k') | cc/animation/scrollbar_animation_controller_linear_fade.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698