| Index: sky/engine/core/events/ErrorEvent.h
|
| diff --git a/sky/engine/core/events/ErrorEvent.h b/sky/engine/core/events/ErrorEvent.h
|
| index 58648474806f663c909aa6de2610037784da9952..510518bb4c8150d769cdf14aed30c140cb10bf91 100644
|
| --- a/sky/engine/core/events/ErrorEvent.h
|
| +++ b/sky/engine/core/events/ErrorEvent.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ErrorEvent_h
|
| -#define ErrorEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_ERROREVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_ERROREVENT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/DOMWrapperWorld.h"
|
| #include "sky/engine/core/events/Event.h"
|
| @@ -99,4 +99,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ErrorEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_ERROREVENT_H_
|
|
|