| Index: sky/engine/core/animation/ActiveAnimations.h
|
| diff --git a/sky/engine/core/animation/ActiveAnimations.h b/sky/engine/core/animation/ActiveAnimations.h
|
| index 1a70fbdb468286d5e432efed0b592212d94c3234..33537644cd33b0bff704b27560f830745bc0be1f 100644
|
| --- a/sky/engine/core/animation/ActiveAnimations.h
|
| +++ b/sky/engine/core/animation/ActiveAnimations.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ActiveAnimations_h
|
| -#define ActiveAnimations_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_ACTIVEANIMATIONS_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_ACTIVEANIMATIONS_H_
|
|
|
| #include "sky/engine/core/animation/AnimationStack.h"
|
| #include "sky/engine/core/animation/css/CSSAnimations.h"
|
| @@ -96,4 +96,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_ACTIVEANIMATIONS_H_
|
|
|