| Index: sky/engine/platform/PlatformEvent.h
|
| diff --git a/sky/engine/platform/PlatformEvent.h b/sky/engine/platform/PlatformEvent.h
|
| index a3dd410df194c82cc82459f922f6d0991d0405d0..dcce59659938745d51ed75b5773995ad5787c044 100644
|
| --- a/sky/engine/platform/PlatformEvent.h
|
| +++ b/sky/engine/platform/PlatformEvent.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PlatformEvent_h
|
| -#define PlatformEvent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMEVENT_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMEVENT_H_
|
|
|
| namespace blink {
|
|
|
| @@ -141,4 +141,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PlatformEvent_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMEVENT_H_
|
|
|