| Index: sky/engine/core/rendering/VerticalPositionCache.h
|
| diff --git a/sky/engine/core/rendering/VerticalPositionCache.h b/sky/engine/core/rendering/VerticalPositionCache.h
|
| index a0afa8758f3e4208386820d0a6d24893aec57d90..30097fd835e8239388d6339dab21b878d7c822cf 100644
|
| --- a/sky/engine/core/rendering/VerticalPositionCache.h
|
| +++ b/sky/engine/core/rendering/VerticalPositionCache.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef VerticalPositionCache_h
|
| -#define VerticalPositionCache_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_VERTICALPOSITIONCACHE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_VERTICALPOSITIONCACHE_H_
|
|
|
| #include "sky/engine/platform/fonts/FontBaseline.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // VerticalPositionCache_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_VERTICALPOSITIONCACHE_H_
|
|
|