| Index: sky/engine/core/dom/Text.h
|
| diff --git a/sky/engine/core/dom/Text.h b/sky/engine/core/dom/Text.h
|
| index 1f7352d392260b2ed85d385d816fc61d590c47c9..b7b79b49a31bb2b1ae0c05b9d218b345af66598d 100644
|
| --- a/sky/engine/core/dom/Text.h
|
| +++ b/sky/engine/core/dom/Text.h
|
| @@ -20,8 +20,8 @@
|
| *
|
| */
|
|
|
| -#ifndef Text_h
|
| -#define Text_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_TEXT_H_
|
| +#define SKY_ENGINE_CORE_DOM_TEXT_H_
|
|
|
| #include "sky/engine/core/dom/CharacterData.h"
|
|
|
| @@ -77,4 +77,4 @@ DEFINE_NODE_TYPE_CASTS(Text, isTextNode());
|
|
|
| } // namespace blink
|
|
|
| -#endif // Text_h
|
| +#endif // SKY_ENGINE_CORE_DOM_TEXT_H_
|
|
|