| Index: sky/engine/platform/fonts/FontBaseline.h
|
| diff --git a/sky/engine/platform/fonts/FontBaseline.h b/sky/engine/platform/fonts/FontBaseline.h
|
| index 5c353d4e58c58857d2c2e7bf3fc988278ab2bd99..b2d0ecade9b5e18b1d55c6066c56c74fd4ab3178 100644
|
| --- a/sky/engine/platform/fonts/FontBaseline.h
|
| +++ b/sky/engine/platform/fonts/FontBaseline.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontBaseline_h
|
| -#define FontBaseline_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTBASELINE_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTBASELINE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -32,4 +32,4 @@ enum FontBaseline { AlphabeticBaseline, IdeographicBaseline };
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontBaseline_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTBASELINE_H_
|
|
|