| Index: sky/engine/core/events/TransitionEvent.h
|
| diff --git a/sky/engine/core/events/TransitionEvent.h b/sky/engine/core/events/TransitionEvent.h
|
| index e3c8511293b1e78d700221367be16183955a443a..4fa6c550710b970c646b1183c6cf78a4c318481d 100644
|
| --- a/sky/engine/core/events/TransitionEvent.h
|
| +++ b/sky/engine/core/events/TransitionEvent.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TransitionEvent_h
|
| -#define TransitionEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_TRANSITIONEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_TRANSITIONEVENT_H_
|
|
|
| #include "sky/engine/core/events/Event.h"
|
|
|
| @@ -72,4 +72,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // TransitionEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_TRANSITIONEVENT_H_
|
|
|