| 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_
|
|
|