| Index: sky/engine/core/css/MediaQueryMatcher.h
|
| diff --git a/sky/engine/core/css/MediaQueryMatcher.h b/sky/engine/core/css/MediaQueryMatcher.h
|
| index 2753e0485c91e6f57b3e2a8150dc9f051c83760a..7ab5701bdc894adfa252126644ba74da566fb5a5 100644
|
| --- a/sky/engine/core/css/MediaQueryMatcher.h
|
| +++ b/sky/engine/core/css/MediaQueryMatcher.h
|
| @@ -17,8 +17,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef MediaQueryMatcher_h
|
| -#define MediaQueryMatcher_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_MEDIAQUERYMATCHER_H_
|
| +#define SKY_ENGINE_CORE_CSS_MEDIAQUERYMATCHER_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -75,4 +75,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // MediaQueryMatcher_h
|
| +#endif // SKY_ENGINE_CORE_CSS_MEDIAQUERYMATCHER_H_
|
|
|