| Index: sky/engine/core/events/ScopedEventQueue.h
|
| diff --git a/sky/engine/core/events/ScopedEventQueue.h b/sky/engine/core/events/ScopedEventQueue.h
|
| index 890fad79647f5ddd24c49ef41a53535139f9572f..f09fe75430405b5f33e11479f713e9cf1b94d4fb 100644
|
| --- a/sky/engine/core/events/ScopedEventQueue.h
|
| +++ b/sky/engine/core/events/ScopedEventQueue.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScopedEventQueue_h
|
| -#define ScopedEventQueue_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_SCOPEDEVENTQUEUE_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_SCOPEDEVENTQUEUE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -74,4 +74,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // ScopedEventQueue_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_SCOPEDEVENTQUEUE_H_
|
|
|