| Index: chrome/renderer/spellchecker/spellcheck_provider.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider.h b/chrome/renderer/spellchecker/spellcheck_provider.h
|
| index 2ad9e30e796f5622715c018f1dbc80e8ac8b1ea7..a1838d0e16432a21cc5da66a16e9133449d0d2e3 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider.h
|
| @@ -91,7 +91,7 @@ class SpellCheckProvider
|
| void updateSpellingUIWithMisspelledWord(
|
| const blink::WebString& word) override;
|
|
|
| -#if !defined(USE_PLATFORM_SPELLCHECKER)
|
| +#if !defined(USE_BROWSER_SPELLCHECKER)
|
| void OnRespondSpellingService(
|
| int identifier,
|
| bool succeeded,
|
| @@ -103,7 +103,7 @@ class SpellCheckProvider
|
| // needs to check this text.
|
| bool HasWordCharacters(const base::string16& text, int index) const;
|
|
|
| -#if defined(USE_PLATFORM_SPELLCHECKER)
|
| +#if defined(USE_BROWSER_SPELLCHECKER)
|
| void OnAdvanceToNextMisspelling();
|
| void OnRespondTextCheck(
|
| int identifier,
|
|
|