| Index: sky/engine/core/animation/AnimationClock.h
|
| diff --git a/sky/engine/core/animation/AnimationClock.h b/sky/engine/core/animation/AnimationClock.h
|
| index 270280148c3fdddc72fe0bc753f5575ab9f09ead..78cf39d59a25d50d824d105762374a0a1e78f674 100644
|
| --- a/sky/engine/core/animation/AnimationClock.h
|
| +++ b/sky/engine/core/animation/AnimationClock.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef AnimationClock_h
|
| -#define AnimationClock_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_ANIMATIONCLOCK_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_ANIMATIONCLOCK_H_
|
|
|
| #include <limits>
|
| #include "sky/engine/wtf/CurrentTime.h"
|
| @@ -63,4 +63,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // AnimationClock_h
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_ANIMATIONCLOCK_H_
|
|
|