| Index: cc/scrollbar_animation_controller.h
|
| diff --git a/cc/scrollbar_animation_controller.h b/cc/scrollbar_animation_controller.h
|
| index 6b64f9b6f3c39f562f6d210594e804ebf26ba4db..c26b4649ea95d28f179139c5ceb06c291e64e1fb 100644
|
| --- a/cc/scrollbar_animation_controller.h
|
| +++ b/cc/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 CCScrollbarAnimationController_h
|
| -#define CCScrollbarAnimationController_h
|
| +#ifndef CC_SCROLLBAR_ANIMATION_CONTROLLER_H_
|
| +#define CC_SCROLLBAR_ANIMATION_CONTROLLER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/cc_export.h"
|
| @@ -65,4 +65,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCScrollbarAnimationController_h
|
| +#endif // CC_SCROLLBAR_ANIMATION_CONTROLLER_H_
|
|
|