| Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| index 8b27830ae7d957c50487f64503cba5be4b498686..bf32c6fe857a8527e3ea1e6fe368920a58fd9150 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| @@ -51,7 +51,7 @@ class SpellcheckHunspellDictionary
|
| virtual ~SpellcheckHunspellDictionary();
|
|
|
| // SpellcheckDictionary implementation:
|
| - virtual void Load() OVERRIDE;
|
| + virtual void Load() override;
|
|
|
| // Retry downloading |dictionary_file_|.
|
| void RetryDownloadDictionary(
|
| @@ -104,7 +104,7 @@ class SpellcheckHunspellDictionary
|
|
|
| // net::URLFetcherDelegate implementation. Called when dictionary download
|
| // finishes.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // Determine the correct url to download the dictionary.
|
| GURL GetDictionaryURL();
|
|
|