| Index: sky/engine/core/dom/DocumentInit.h
|
| diff --git a/sky/engine/core/dom/DocumentInit.h b/sky/engine/core/dom/DocumentInit.h
|
| index a3203afb98bbe9638c13d05c8625c79a1236ab0e..e407ecb413ffe11e827fcff0757d840bef6b9cf6 100644
|
| --- a/sky/engine/core/dom/DocumentInit.h
|
| +++ b/sky/engine/core/dom/DocumentInit.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef DocumentInit_h
|
| -#define DocumentInit_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENTINIT_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENTINIT_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/platform/weborigin/KURL.h"
|
| @@ -83,4 +83,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DocumentInit_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENTINIT_H_
|
|
|