| 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
|
|
|