| Index: sky/engine/public/web/WebTextInputType.h
|
| diff --git a/sky/engine/public/web/WebTextInputType.h b/sky/engine/public/web/WebTextInputType.h
|
| index b437f12153e485bfc38819be13781c6db3a5d690..0e207fc9bd37f3c353a2d8dd0270c1448f865f79 100644
|
| --- a/sky/engine/public/web/WebTextInputType.h
|
| +++ b/sky/engine/public/web/WebTextInputType.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTextInputType_h
|
| -#define WebTextInputType_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTEXTINPUTTYPE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTEXTINPUTTYPE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -83,4 +83,4 @@ enum WebTextInputFlags {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTEXTINPUTTYPE_H_
|
|
|