| Index: sky/engine/core/css/parser/BisonCSSParser.h
|
| diff --git a/sky/engine/core/css/parser/BisonCSSParser.h b/sky/engine/core/css/parser/BisonCSSParser.h
|
| index 4c561438c325151692cf9d05fc8cb2140589ea4a..e4395e052cb13e4fdcf969d41e830d1666724cd0 100644
|
| --- a/sky/engine/core/css/parser/BisonCSSParser.h
|
| +++ b/sky/engine/core/css/parser/BisonCSSParser.h
|
| @@ -20,8 +20,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef BisonCSSParser_h
|
| -#define BisonCSSParser_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_PARSER_BISONCSSPARSER_H_
|
| +#define SKY_ENGINE_CORE_CSS_PARSER_BISONCSSPARSER_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "gen/sky/core/CSSValueKeywords.h"
|
| @@ -289,4 +289,4 @@ bool isValidNthToken(const CSSParserString&);
|
|
|
| } // namespace blink
|
|
|
| -#endif // BisonCSSParser_h
|
| +#endif // SKY_ENGINE_CORE_CSS_PARSER_BISONCSSPARSER_H_
|
|
|