| Index: sky/engine/public/web/WebTextCheckingType.h
|
| diff --git a/sky/engine/public/web/WebTextCheckingType.h b/sky/engine/public/web/WebTextCheckingType.h
|
| index 486cf0eb480c75a9395151a7d69a5d49be4b6f14..875fcf8ad1e5b3fe926598f24ebebe25a3029084 100644
|
| --- a/sky/engine/public/web/WebTextCheckingType.h
|
| +++ b/sky/engine/public/web/WebTextCheckingType.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTextCheckingType_h
|
| -#define WebTextCheckingType_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTEXTCHECKINGTYPE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTEXTCHECKINGTYPE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -42,4 +42,4 @@ typedef unsigned WebTextCheckingTypeMask;
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTEXTCHECKINGTYPE_H_
|
|
|