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