| Index: sky/engine/core/dom/TextLinkColors.h
|
| diff --git a/sky/engine/core/dom/TextLinkColors.h b/sky/engine/core/dom/TextLinkColors.h
|
| index fb06d07bfe821056785b2f78eb509df0f0aa8c1b..4cc9e72f938cebe57961d3bf019525a650373af5 100644
|
| --- a/sky/engine/core/dom/TextLinkColors.h
|
| +++ b/sky/engine/core/dom/TextLinkColors.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef TextLinkColors_h
|
| -#define TextLinkColors_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_TEXTLINKCOLORS_H_
|
| +#define SKY_ENGINE_CORE_DOM_TEXTLINKCOLORS_H_
|
|
|
| #include "sky/engine/platform/graphics/Color.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -59,4 +59,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_TEXTLINKCOLORS_H_
|
|
|