| Index: sky/engine/core/css/MediaValuesCached.h
|
| diff --git a/sky/engine/core/css/MediaValuesCached.h b/sky/engine/core/css/MediaValuesCached.h
|
| index 0cf3e146f07897f21def9a8c2f57709ba9164bae..3f61e3a14d64641362961df366755055f424bc76 100644
|
| --- a/sky/engine/core/css/MediaValuesCached.h
|
| +++ b/sky/engine/core/css/MediaValuesCached.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 MediaValuesCached_h
|
| -#define MediaValuesCached_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_MEDIAVALUESCACHED_H_
|
| +#define SKY_ENGINE_CORE_CSS_MEDIAVALUESCACHED_H_
|
|
|
| #include "sky/engine/core/css/MediaValues.h"
|
|
|
| @@ -84,4 +84,4 @@ protected:
|
|
|
| } // namespace
|
|
|
| -#endif // MediaValuesCached_h
|
| +#endif // SKY_ENGINE_CORE_CSS_MEDIAVALUESCACHED_H_
|
|
|