Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6309)

Unified Diff: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698