| Index: sky/engine/core/css/parser/CSSParserValues.h
|
| diff --git a/sky/engine/core/css/parser/CSSParserValues.h b/sky/engine/core/css/parser/CSSParserValues.h
|
| index c8ac36772520f9d6a2ea86890e451c331925a1bb..572cb7fc415645e099f8623bd59dc5e9bfb242d5 100644
|
| --- a/sky/engine/core/css/parser/CSSParserValues.h
|
| +++ b/sky/engine/core/css/parser/CSSParserValues.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef CSSParserValues_h
|
| -#define CSSParserValues_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_PARSER_CSSPARSERVALUES_H_
|
| +#define SKY_ENGINE_CORE_CSS_PARSER_CSSPARSERVALUES_H_
|
|
|
| #include "gen/sky/core/CSSValueKeywords.h"
|
| #include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| @@ -271,4 +271,4 @@ inline void CSSParserValue::setFromValueList(PassOwnPtr<CSSParserValueList> valu
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_PARSER_CSSPARSERVALUES_H_
|
|
|