| Index: cc/animation/scrollbar_animation_controller_linear_fade.h
|
| diff --git a/cc/scrollbar_animation_controller_linear_fade.h b/cc/animation/scrollbar_animation_controller_linear_fade.h
|
| similarity index 85%
|
| rename from cc/scrollbar_animation_controller_linear_fade.h
|
| rename to cc/animation/scrollbar_animation_controller_linear_fade.h
|
| index 81dba2576a73ac3ca8f56c61e0429e3411d45db1..a12630665b0c645ee7654958619f6bfb311c4cd2 100644
|
| --- a/cc/scrollbar_animation_controller_linear_fade.h
|
| +++ b/cc/animation/scrollbar_animation_controller_linear_fade.h
|
| @@ -2,12 +2,12 @@
|
| // 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_LINEAR_FADE_H_
|
| -#define CC_SCROLLBAR_ANIMATION_CONTROLLER_LINEAR_FADE_H_
|
| +#ifndef CC_ANIMATION_SCROLLBAR_ANIMATION_CONTROLLER_LINEAR_FADE_H_
|
| +#define CC_ANIMATION_SCROLLBAR_ANIMATION_CONTROLLER_LINEAR_FADE_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/animation/scrollbar_animation_controller.h"
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/scrollbar_animation_controller.h"
|
|
|
| namespace cc {
|
| class LayerImpl;
|
| @@ -47,4 +47,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SCROLLBAR_ANIMATION_CONTROLLER_LINEAR_FADE_H_
|
| +#endif // CC_ANIMATION_SCROLLBAR_ANIMATION_CONTROLLER_LINEAR_FADE_H_
|
|
|