| Index: sky/engine/public/web/WebTextCheckingResult.h
|
| diff --git a/sky/engine/public/web/WebTextCheckingResult.h b/sky/engine/public/web/WebTextCheckingResult.h
|
| index 76135ef58263cc2e7e4de094c8857465e5c15224..67fd9ff4d0e37ca63e3f39f83baab8c41d5debaf 100644
|
| --- a/sky/engine/public/web/WebTextCheckingResult.h
|
| +++ b/sky/engine/public/web/WebTextCheckingResult.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTextCheckingResult_h
|
| -#define WebTextCheckingResult_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTEXTCHECKINGRESULT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTEXTCHECKINGRESULT_H_
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebString.h"
|
| @@ -71,4 +71,4 @@ struct WebTextCheckingResult {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTEXTCHECKINGRESULT_H_
|
|
|