| Index: sky/engine/core/css/parser/CSSPropertyParser.h
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.h b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| index 7c64943a6eabc06b514cf95cec06cef3b79e0901..1c391e3b44829464e75b42bc44aa7c7036999368 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -20,8 +20,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef CSSPropertyParser_h
|
| -#define CSSPropertyParser_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_PARSER_CSSPROPERTYPARSER_H_
|
| +#define SKY_ENGINE_CORE_CSS_PARSER_CSSPROPERTYPARSER_H_
|
|
|
| // FIXME: Way too many.
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| @@ -351,4 +351,4 @@ bool isValidKeywordPropertyAndValue(CSSPropertyID, CSSValueID, const CSSParserCo
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSPropertyParser_h
|
| +#endif // SKY_ENGINE_CORE_CSS_PARSER_CSSPROPERTYPARSER_H_
|
|
|