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

Unified Diff: chrome/browser/autocomplete/bookmark_provider.h

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/autocomplete/bookmark_provider.h
diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h
index 81ace5b586685d8d593ea68a3ff3756668acbe32..ad701ccd120da9b2f73c817f52e88f509156dbfd 100644
--- a/chrome/browser/autocomplete/bookmark_provider.h
+++ b/chrome/browser/autocomplete/bookmark_provider.h
@@ -35,7 +35,7 @@ class BookmarkProvider : public AutocompleteProvider {
// leave the previous matches for this provider unchanged, otherwise perform
// a complete search for |input| across all bookmark titles.
virtual void Start(const AutocompleteInput& input,
- bool minimal_changes) OVERRIDE;
+ bool minimal_changes) override;
// Sets the BookmarkModel for unit tests.
void set_bookmark_model_for_testing(BookmarkModel* bookmark_model) {

Powered by Google App Engine
This is Rietveld 408576698