| 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 7d2c5cd318018a06eed0a5d2c92fdcec4564bc0d..39a3351be987f9b1be567399863ea5d64fecd298 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.h
|
| +++ b/chrome/browser/autocomplete/history_quick_provider.h
|
| @@ -35,8 +35,6 @@ class HistoryQuickProvider : public HistoryProvider {
|
| virtual void Start(const AutocompleteInput& input,
|
| bool minimal_changes) OVERRIDE;
|
|
|
| - virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
|
| -
|
| // Disable this provider. For unit testing purposes only. This is required
|
| // because this provider is closely associated with the HistoryURLProvider
|
| // and in order to properly test the latter the HistoryQuickProvider must
|
|
|