| Index: sky/engine/platform/LifecycleObserver.h
|
| diff --git a/sky/engine/platform/LifecycleObserver.h b/sky/engine/platform/LifecycleObserver.h
|
| index 4b3c5e2926f28539422a419300b66d35caf62a78..ffbf7d9ba66f47734b89c9a1bc874a014e16fac6 100644
|
| --- a/sky/engine/platform/LifecycleObserver.h
|
| +++ b/sky/engine/platform/LifecycleObserver.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef LifecycleObserver_h
|
| -#define LifecycleObserver_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LIFECYCLEOBSERVER_H_
|
| +#define SKY_ENGINE_PLATFORM_LIFECYCLEOBSERVER_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| @@ -90,4 +90,4 @@ inline void LifecycleObserver<T>::observeContext(typename LifecycleObserver<T>::
|
|
|
| } // namespace blink
|
|
|
| -#endif // LifecycleObserver_h
|
| +#endif // SKY_ENGINE_PLATFORM_LIFECYCLEOBSERVER_H_
|
|
|