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

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

Issue 8612007: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/autocomplete_edit.h
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h
index f33e509696ea11e00626dfe1b2193c8a19e9cdd8..6dd75fdb9746e66a9d14f3b1c87b9222c8f7280c 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.h
+++ b/chrome/browser/autocomplete/autocomplete_edit.h
@@ -363,7 +363,7 @@ class AutocompleteEditModel : public AutocompleteControllerDelegate {
};
// AutocompleteControllerDelegate:
- virtual void OnResultChanged(bool default_match_changed);
+ virtual void OnResultChanged(bool default_match_changed) OVERRIDE;
// Returns true if a query to an autocomplete provider is currently
// in progress. This logic should in the future live in

Powered by Google App Engine
This is Rietveld 408576698