| Index: sky/engine/core/dom/ActiveDOMObject.h
|
| diff --git a/sky/engine/core/dom/ActiveDOMObject.h b/sky/engine/core/dom/ActiveDOMObject.h
|
| index dc1d115e1dc3f171fe0fded673ad3589192397fb..dcb7b58825282eb5efef6991be00e4d8262ef99e 100644
|
| --- a/sky/engine/core/dom/ActiveDOMObject.h
|
| +++ b/sky/engine/core/dom/ActiveDOMObject.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ActiveDOMObject_h
|
| -#define ActiveDOMObject_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ACTIVEDOMOBJECT_H_
|
| +#define SKY_ENGINE_CORE_DOM_ACTIVEDOMOBJECT_H_
|
|
|
| #include "sky/engine/core/dom/ContextLifecycleObserver.h"
|
| #include "sky/engine/wtf/Assertions.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ActiveDOMObject_h
|
| +#endif // SKY_ENGINE_CORE_DOM_ACTIVEDOMOBJECT_H_
|
|
|