| Index: sky/engine/core/dom/ContextLifecycleObserver.h
|
| diff --git a/sky/engine/core/dom/ContextLifecycleObserver.h b/sky/engine/core/dom/ContextLifecycleObserver.h
|
| index 65f60a8c5ef6f47348635d856031d71b8f1849e5..a3bf3252f955890794861882b6714b4156542ed0 100644
|
| --- a/sky/engine/core/dom/ContextLifecycleObserver.h
|
| +++ b/sky/engine/core/dom/ContextLifecycleObserver.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ContextLifecycleObserver_h
|
| -#define ContextLifecycleObserver_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CONTEXTLIFECYCLEOBSERVER_H_
|
| +#define SKY_ENGINE_CORE_DOM_CONTEXTLIFECYCLEOBSERVER_H_
|
|
|
| #include "sky/engine/platform/LifecycleContext.h"
|
|
|
| @@ -46,4 +46,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ContextLifecycleObserver_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CONTEXTLIFECYCLEOBSERVER_H_
|
|
|