| 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 69c7dc8cef6d1a924f4fe568f5d7c3db5600e562..20cd5dff660b0f4f78a0a06e2f3c03ea9ef1db5b 100644 | 
| --- a/chrome/browser/autocomplete/history_quick_provider.h | 
| +++ b/chrome/browser/autocomplete/history_quick_provider.h | 
| @@ -28,7 +28,7 @@ class HistoryQuickProvider : public HistoryProvider { | 
| public: | 
| HistoryQuickProvider(ACProviderListener* listener, Profile* profile); | 
|  | 
| -  ~HistoryQuickProvider(); | 
| +  virtual ~HistoryQuickProvider(); | 
|  | 
| // AutocompleteProvider. |minimal_changes| is ignored since there | 
| // is no asynch completion performed. | 
|  |