| Index: sky/engine/platform/fonts/FontFeatureSettings.h
|
| diff --git a/sky/engine/platform/fonts/FontFeatureSettings.h b/sky/engine/platform/fonts/FontFeatureSettings.h
|
| index 6ac0aa5fa5dc108ed2b081098174005e4bff263c..dfa0604b716e48e1b71506ca4f04b5eeff6a349d 100644
|
| --- a/sky/engine/platform/fonts/FontFeatureSettings.h
|
| +++ b/sky/engine/platform/fonts/FontFeatureSettings.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontFeatureSettings_h
|
| -#define FontFeatureSettings_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTFEATURESETTINGS_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTFEATURESETTINGS_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontFeatureSettings_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTFEATURESETTINGS_H_
|
|
|