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

Unified Diff: chrome/browser/sync/test/integration/dictionary_load_observer.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/sync/test/integration/dictionary_load_observer.h
diff --git a/chrome/browser/sync/test/integration/dictionary_load_observer.h b/chrome/browser/sync/test/integration/dictionary_load_observer.h
index b7f8841169455901530a439447d91d60cf89bba9..5798c08eed2e0177307578ea4184f6b2b5afc8e5 100644
--- a/chrome/browser/sync/test/integration/dictionary_load_observer.h
+++ b/chrome/browser/sync/test/integration/dictionary_load_observer.h
@@ -17,9 +17,9 @@ class DictionaryLoadObserver : public SpellcheckCustomDictionary::Observer {
virtual ~DictionaryLoadObserver();
// SpellcheckCustomDictionary::Observer implementation.
- virtual void OnCustomDictionaryLoaded() OVERRIDE;
+ virtual void OnCustomDictionaryLoaded() override;
virtual void OnCustomDictionaryChanged(
- const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
+ const SpellcheckCustomDictionary::Change& dictionary_change) override;
private:
base::Closure quit_task_;
« no previous file with comments | « chrome/browser/sync/test/integration/dictionary_helper.cc ('k') | chrome/browser/sync/test/integration/enable_disable_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698