| Index: sky/engine/core/dom/DocumentLifecycleObserver.h
|
| diff --git a/sky/engine/core/dom/DocumentLifecycleObserver.h b/sky/engine/core/dom/DocumentLifecycleObserver.h
|
| index 548e537dd1f42349968cfe198aa1a1f0cb02c01c..7ca6df0aaea96a59a835963cecdd1dddf83b24b3 100644
|
| --- a/sky/engine/core/dom/DocumentLifecycleObserver.h
|
| +++ b/sky/engine/core/dom/DocumentLifecycleObserver.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DocumentLifecycleObserver_h
|
| -#define DocumentLifecycleObserver_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENTLIFECYCLEOBSERVER_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENTLIFECYCLEOBSERVER_H_
|
|
|
| #include "sky/engine/platform/LifecycleContext.h"
|
|
|
| @@ -47,4 +47,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DocumentLifecycleObserver_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENTLIFECYCLEOBSERVER_H_
|
|
|