| Index: sky/engine/public/web/WebFontDescription.h
|
| diff --git a/sky/engine/public/web/WebFontDescription.h b/sky/engine/public/web/WebFontDescription.h
|
| index cf0772fde3dd450e503872f833c8fb167360074a..a0785ce6c4f4a834ed13f4b523af10fc3d4ab9ae 100644
|
| --- a/sky/engine/public/web/WebFontDescription.h
|
| +++ b/sky/engine/public/web/WebFontDescription.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFontDescription_h
|
| -#define WebFontDescription_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBFONTDESCRIPTION_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBFONTDESCRIPTION_H_
|
|
|
| #include "../platform/WebString.h"
|
|
|
| @@ -100,4 +100,4 @@ struct WebFontDescription {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBFONTDESCRIPTION_H_
|
|
|