| Index: sky/engine/platform/Language.h
|
| diff --git a/sky/engine/platform/Language.h b/sky/engine/platform/Language.h
|
| index 6cc0b830e22673b81f8df36621f3617d9ddb16e6..3c8d48c32fea3e698dda5a2677b160b5e864f5b6 100644
|
| --- a/sky/engine/platform/Language.h
|
| +++ b/sky/engine/platform/Language.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Language_h
|
| -#define Language_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LANGUAGE_H_
|
| +#define SKY_ENGINE_PLATFORM_LANGUAGE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -40,4 +40,4 @@ PLATFORM_EXPORT size_t indexOfBestMatchingLanguageInList(const AtomicString& lan
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_LANGUAGE_H_
|
|
|