| Index: sky/engine/core/events/FocusEvent.h
|
| diff --git a/sky/engine/core/events/FocusEvent.h b/sky/engine/core/events/FocusEvent.h
|
| index 1611896a29d13934b9ba388095b5fcecc6d755ca..2432ec9f8ffad35836bc66047cd47c79a8d9fec5 100644
|
| --- a/sky/engine/core/events/FocusEvent.h
|
| +++ b/sky/engine/core/events/FocusEvent.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FocusEvent_h
|
| -#define FocusEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_FOCUSEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_FOCUSEVENT_H_
|
|
|
| #include "sky/engine/core/events/EventTarget.h"
|
| #include "sky/engine/core/events/UIEvent.h"
|
| @@ -111,4 +111,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FocusEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_FOCUSEVENT_H_
|
|
|