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

Unified Diff: chrome/browser/android/omnibox/autocomplete_controller_android.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/android/omnibox/autocomplete_controller_android.cc
diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.cc b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
index dad3b5318914facb09c39f06f36265627892f57e..92946044311bcabadcd602e24f45e66540fe7440 100644
--- a/chrome/browser/android/omnibox/autocomplete_controller_android.cc
+++ b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
@@ -76,7 +76,7 @@ class ZeroSuggestPrefetcher : public AutocompleteControllerDelegate {
void SelfDestruct();
// AutocompleteControllerDelegate:
- virtual void OnResultChanged(bool default_match_changed) OVERRIDE;
+ virtual void OnResultChanged(bool default_match_changed) override;
scoped_ptr<AutocompleteController> controller_;
base::OneShotTimer<ZeroSuggestPrefetcher> expire_timer_;
« no previous file with comments | « chrome/browser/android/omnibox/autocomplete_controller_android.h ('k') | chrome/browser/android/password_ui_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698