| Index: sky/engine/core/events/PageTransitionEvent.h
|
| diff --git a/sky/engine/core/events/PageTransitionEvent.h b/sky/engine/core/events/PageTransitionEvent.h
|
| index 709be1712b206f9963c58e9920d07cfc1fb759d4..c27aff2da0484c1aaa5143f20175c9ec328a3db6 100644
|
| --- a/sky/engine/core/events/PageTransitionEvent.h
|
| +++ b/sky/engine/core/events/PageTransitionEvent.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PageTransitionEvent_h
|
| -#define PageTransitionEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_PAGETRANSITIONEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_PAGETRANSITIONEVENT_H_
|
|
|
| #include "sky/engine/core/events/Event.h"
|
|
|
| @@ -68,4 +68,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PageTransitionEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_PAGETRANSITIONEVENT_H_
|
|
|