| Index: sky/engine/core/dom/StyleEngine.h
|
| diff --git a/sky/engine/core/dom/StyleEngine.h b/sky/engine/core/dom/StyleEngine.h
|
| index b13fb7655a901866028852536e8a58b0709296b1..e437f6ebfa61b3a4620dc775e57966dbe684f026 100644
|
| --- a/sky/engine/core/dom/StyleEngine.h
|
| +++ b/sky/engine/core/dom/StyleEngine.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef StyleEngine_h
|
| -#define StyleEngine_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_STYLEENGINE_H_
|
| +#define SKY_ENGINE_CORE_DOM_STYLEENGINE_H_
|
|
|
| #include "sky/engine/core/css/CSSFontSelectorClient.h"
|
| #include "sky/engine/core/css/resolver/StyleResolver.h"
|
| @@ -206,4 +206,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_STYLEENGINE_H_
|
|
|