| Index: sky/engine/platform/fonts/GenericFontFamilySettings.h
|
| diff --git a/sky/engine/platform/fonts/GenericFontFamilySettings.h b/sky/engine/platform/fonts/GenericFontFamilySettings.h
|
| index 2f2262107880471ee2c29802cec059d4ad8d091f..628072fc5aff95e3df6c140e501079f3f9fe9d5f 100644
|
| --- a/sky/engine/platform/fonts/GenericFontFamilySettings.h
|
| +++ b/sky/engine/platform/fonts/GenericFontFamilySettings.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GenericFontFamilySettings_h
|
| -#define GenericFontFamilySettings_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_GENERICFONTFAMILYSETTINGS_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_GENERICFONTFAMILYSETTINGS_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -102,4 +102,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_GENERICFONTFAMILYSETTINGS_H_
|
|
|