| Index: sky/engine/public/web/WebSpellCheckClient.h
|
| diff --git a/sky/engine/public/web/WebSpellCheckClient.h b/sky/engine/public/web/WebSpellCheckClient.h
|
| index 3e003b1402ad4918151f7e5f418171982f37ead6..6e90d3689db26d8c788c78e510f5cfbe52d69010 100644
|
| --- a/sky/engine/public/web/WebSpellCheckClient.h
|
| +++ b/sky/engine/public/web/WebSpellCheckClient.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebSpellCheckClient_h
|
| -#define WebSpellCheckClient_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBSPELLCHECKCLIENT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBSPELLCHECKCLIENT_H_
|
|
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebVector.h"
|
| @@ -86,4 +86,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBSPELLCHECKCLIENT_H_
|
|
|