| Index: chrome/browser/autocomplete/history_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
|
| index df71ce91e2a75b3f84c64b34928927c863812b6d..98d62fa0ae5c7cad5610c23ed1b8d9c926cafd90 100644
|
| --- a/chrome/browser/autocomplete/history_provider.h
|
| +++ b/chrome/browser/autocomplete/history_provider.h
|
| @@ -19,6 +19,7 @@ class HistoryProvider : public AutocompleteProvider {
|
| HistoryProvider(ACProviderListener* listener,
|
| Profile* profile,
|
| const char* name);
|
| + virtual ~HistoryProvider();
|
|
|
| // Fixes up user URL input to make it more possible to match against. Among
|
| // many other things, this takes care of the following:
|
|
|