| Index: sky/engine/core/animation/SampledEffect.h
|
| diff --git a/sky/engine/core/animation/SampledEffect.h b/sky/engine/core/animation/SampledEffect.h
|
| index 74e5b40058f7b962780e54be5beb2a613f87d3f7..e4ee7d5a52ccd4e511bf2b962be2b5b434218b99 100644
|
| --- a/sky/engine/core/animation/SampledEffect.h
|
| +++ b/sky/engine/core/animation/SampledEffect.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 SampledEffect_h
|
| -#define SampledEffect_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_SAMPLEDEFFECT_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_SAMPLEDEFFECT_H_
|
|
|
| #include "sky/engine/core/animation/Animation.h"
|
| #include "sky/engine/core/animation/AnimationPlayer.h"
|
| @@ -46,4 +46,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_SAMPLEDEFFECT_H_
|
|
|