| Index: sky/engine/platform/fonts/FixedPitchFontType.h
|
| diff --git a/sky/engine/platform/fonts/FixedPitchFontType.h b/sky/engine/platform/fonts/FixedPitchFontType.h
|
| index 74e4a46c0ce6cd73fef38c8715649b9552e5631d..830c679c1eb8e09d6688cc7dc823227f08407c40 100644
|
| --- a/sky/engine/platform/fonts/FixedPitchFontType.h
|
| +++ b/sky/engine/platform/fonts/FixedPitchFontType.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 FixedPitchFontType_h
|
| -#define FixedPitchFontType_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FIXEDPITCHFONTTYPE_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FIXEDPITCHFONTTYPE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -14,4 +14,4 @@ enum FixedPitchFontType {
|
|
|
| } // namespace blink
|
|
|
| -#endif // FixedPitchFontType_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FIXEDPITCHFONTTYPE_H_
|
|
|