| Index: sky/engine/core/dom/ContextLifecycleNotifier.h
|
| diff --git a/sky/engine/core/dom/ContextLifecycleNotifier.h b/sky/engine/core/dom/ContextLifecycleNotifier.h
|
| index de22685c8ba03264d89b94b0496d85ff92df9683..d35f26f2108dc2a957913121fbfbba692f80fedb 100644
|
| --- a/sky/engine/core/dom/ContextLifecycleNotifier.h
|
| +++ b/sky/engine/core/dom/ContextLifecycleNotifier.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| *
|
| */
|
| -#ifndef ContextLifecycleNotifier_h
|
| -#define ContextLifecycleNotifier_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CONTEXTLIFECYCLENOTIFIER_H_
|
| +#define SKY_ENGINE_CORE_DOM_CONTEXTLIFECYCLENOTIFIER_H_
|
|
|
| #include "sky/engine/core/dom/ActiveDOMObject.h"
|
| #include "sky/engine/platform/LifecycleNotifier.h"
|
| @@ -71,4 +71,4 @@ inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(Exe
|
|
|
| } // namespace blink
|
|
|
| -#endif // ContextLifecycleNotifier_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CONTEXTLIFECYCLENOTIFIER_H_
|
|
|