diff options
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit.h')
| -rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h index f33e509..6dd75fd 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 |
