| Index: sky/engine/core/animation/ElementAnimation.h
|
| diff --git a/sky/engine/core/animation/ElementAnimation.h b/sky/engine/core/animation/ElementAnimation.h
|
| index 8495bdc47b32e722a7fbc5ba4f0fae546e33a63c..8da5bb49015e284b7b93129d1652c5d116f0137c 100644
|
| --- a/sky/engine/core/animation/ElementAnimation.h
|
| +++ b/sky/engine/core/animation/ElementAnimation.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ElementAnimation_h
|
| -#define ElementAnimation_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_ELEMENTANIMATION_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_ELEMENTANIMATION_H_
|
|
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| #include "sky/engine/core/animation/ActiveAnimations.h"
|
| @@ -116,4 +116,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ElementAnimation_h
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_ELEMENTANIMATION_H_
|
|
|