| Index: sky/engine/public/platform/linux/WebFontInfo.h
|
| diff --git a/sky/engine/public/platform/linux/WebFontInfo.h b/sky/engine/public/platform/linux/WebFontInfo.h
|
| index 800606b8d55a580cc9143decc7a6963839b9c372..68ae327df95cd9d6f36cd8d53d56214368aef47d 100644
|
| --- a/sky/engine/public/platform/linux/WebFontInfo.h
|
| +++ b/sky/engine/public/platform/linux/WebFontInfo.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFontInfo_h
|
| -#define WebFontInfo_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_LINUX_WEBFONTINFO_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_LINUX_WEBFONTINFO_H_
|
|
|
| #include <string.h>
|
| #include <unistd.h>
|
| @@ -53,4 +53,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_LINUX_WEBFONTINFO_H_
|
|
|