| Index: sky/engine/core/animation/DocumentAnimations.h
|
| diff --git a/sky/engine/core/animation/DocumentAnimations.h b/sky/engine/core/animation/DocumentAnimations.h
|
| index c1979ab14de09859720bad919d90b9db9af858d4..acbec5fbb09f1acb953f5104af92a13e30438589 100644
|
| --- a/sky/engine/core/animation/DocumentAnimations.h
|
| +++ b/sky/engine/core/animation/DocumentAnimations.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DocumentAnimations_h
|
| -#define DocumentAnimations_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_DOCUMENTANIMATIONS_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_DOCUMENTANIMATIONS_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
|
|
| @@ -53,4 +53,4 @@ private:
|
|
|
| } // namespace
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_DOCUMENTANIMATIONS_H_
|
|
|