| Index: chrome/browser/autocomplete/history_quick_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h
|
| index b86ca8cf5093d3fb77ab715c8f96a471fe16a424..e0ed4c8946429717e3e554ac13234eaa2f619eec 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.h
|
| +++ b/chrome/browser/autocomplete/history_quick_provider.h
|
| @@ -33,7 +33,7 @@ class HistoryQuickProvider : public HistoryProvider {
|
|
|
| // AutocompleteProvider. |minimal_changes| is ignored since there
|
| // is no asynch completion performed.
|
| - void Start(const AutocompleteInput& input, bool minimal_changes);
|
| + virtual void Start(const AutocompleteInput& input, bool minimal_changes);
|
|
|
| // Performs the autocomplete matching and scoring.
|
| void DoAutocomplete();
|
|
|