| Index: sky/engine/core/dom/DocumentSupplementable.h
|
| diff --git a/sky/engine/core/dom/DocumentSupplementable.h b/sky/engine/core/dom/DocumentSupplementable.h
|
| index fef7072681632a951feac1ca060b1a6423a58b4a..c567e64373093e85cf313dc85ecef24bb766fc2e 100644
|
| --- a/sky/engine/core/dom/DocumentSupplementable.h
|
| +++ b/sky/engine/core/dom/DocumentSupplementable.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef DocumentSupplementable_h
|
| -#define DocumentSupplementable_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENTSUPPLEMENTABLE_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENTSUPPLEMENTABLE_H_
|
|
|
| #include "sky/engine/platform/Supplementable.h"
|
|
|
| @@ -39,4 +39,4 @@ typedef Supplement<Document> DocumentSupplement;
|
|
|
| } // namespace blink
|
|
|
| -#endif // DocumentSupplementable_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENTSUPPLEMENTABLE_H_
|
|
|