| Index: sky/engine/public/web/WebTextDecorationType.h
|
| diff --git a/sky/engine/public/web/WebTextDecorationType.h b/sky/engine/public/web/WebTextDecorationType.h
|
| index 533c46bf2446ee4ed44db45aa8c33e45e55e0aa7..be3a9cdb37ddfc303b9fd6701a4ef494dded9c92 100644
|
| --- a/sky/engine/public/web/WebTextDecorationType.h
|
| +++ b/sky/engine/public/web/WebTextDecorationType.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTextDecorationType_h
|
| -#define WebTextDecorationType_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTEXTDECORATIONTYPE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTEXTDECORATIONTYPE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -41,4 +41,4 @@ enum WebTextDecorationType {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTEXTDECORATIONTYPE_H_
|
|
|