| Index: sky/engine/core/dom/StyleElement.h
|
| diff --git a/sky/engine/core/dom/StyleElement.h b/sky/engine/core/dom/StyleElement.h
|
| index 8aa14fd691e045a471a82ffd3303ac3906b8380b..c3314c2ab2ef13d6f68be683ec8770768ba33094 100644
|
| --- a/sky/engine/core/dom/StyleElement.h
|
| +++ b/sky/engine/core/dom/StyleElement.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef StyleElement_h
|
| -#define StyleElement_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_STYLEELEMENT_H_
|
| +#define SKY_ENGINE_CORE_DOM_STYLEELEMENT_H_
|
|
|
| #include "sky/engine/core/css/CSSStyleSheet.h"
|
| #include "sky/engine/wtf/text/TextPosition.h"
|
| @@ -64,4 +64,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_STYLEELEMENT_H_
|
|
|