| Index: sky/engine/core/css/parser/MediaQueryToken.h
|
| diff --git a/sky/engine/core/css/parser/MediaQueryToken.h b/sky/engine/core/css/parser/MediaQueryToken.h
|
| index 706601b8ea06674bf5bf11b2d841ba192156cbd7..2814346bf63de309ce4bade74fcd127a3ba752a6 100644
|
| --- a/sky/engine/core/css/parser/MediaQueryToken.h
|
| +++ b/sky/engine/core/css/parser/MediaQueryToken.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MediaQueryToken_h
|
| -#define MediaQueryToken_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_PARSER_MEDIAQUERYTOKEN_H_
|
| +#define SKY_ENGINE_CORE_CSS_PARSER_MEDIAQUERYTOKEN_H_
|
|
|
| #include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| @@ -85,4 +85,4 @@ typedef Vector<MediaQueryToken>::iterator MediaQueryTokenIterator;
|
|
|
| } // namespace
|
|
|
| -#endif // MediaQueryToken_h
|
| +#endif // SKY_ENGINE_CORE_CSS_PARSER_MEDIAQUERYTOKEN_H_
|
|
|