| Index: sky/engine/core/events/CustomEvent.h
|
| diff --git a/sky/engine/core/events/CustomEvent.h b/sky/engine/core/events/CustomEvent.h
|
| index 19b45a435dda88fc560f14a717e71562b3459f3e..9b4a7a8c93e9422bd2062841d2092c74ec409589 100644
|
| --- a/sky/engine/core/events/CustomEvent.h
|
| +++ b/sky/engine/core/events/CustomEvent.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomEvent_h
|
| -#define CustomEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_CUSTOMEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_CUSTOMEVENT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/SerializedScriptValue.h"
|
| #include "sky/engine/core/events/Event.h"
|
| @@ -71,4 +71,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CustomEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_CUSTOMEVENT_H_
|
|
|