| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 03ac26f3349fe20240ea397c9e6d9c712518e801..4094819603ff244bbf6130e8f6f8dfe7cf92252d 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef Document_h
|
| -#define Document_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENT_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "sky/engine/bindings/core/v8/ScriptValue.h"
|
| @@ -844,4 +844,4 @@ Node* eventTargetNodeForDocument(Document*);
|
| void showLiveDocumentInstances();
|
| #endif
|
|
|
| -#endif // Document_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENT_H_
|
|
|