diff options
Diffstat (limited to 'cc/scrollbar_animation_controller.h')
-rw-r--r-- | cc/scrollbar_animation_controller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/scrollbar_animation_controller.h b/cc/scrollbar_animation_controller.h index 6b64f9b..c26b464 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_ |