| Index: cc/animation_events.h
|
| diff --git a/cc/animation_events.h b/cc/animation_events.h
|
| index 5cfd36a4ff6e5f810ff91a62f4e1d75ebb8ba705..2658c982930e7eb4612fb9d6d4d7576b5198fc1e 100644
|
| --- a/cc/animation_events.h
|
| +++ b/cc/animation_events.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 CCAnimationEvents_h
|
| -#define CCAnimationEvents_h
|
| +#ifndef CC_ANIMATION_EVENTS_H_
|
| +#define CC_ANIMATION_EVENTS_H_
|
|
|
| #include <vector>
|
|
|
| @@ -34,4 +34,4 @@ typedef std::vector<AnimationEvent> AnimationEventsVector;
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCAnimationEvents_h
|
| +#endif // CC_ANIMATION_EVENTS_H_
|
|
|