| Index: chrome/browser/autocomplete/history_contents_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_contents_provider.h b/chrome/browser/autocomplete/history_contents_provider.h
|
| index e4279a1189a59a48a2ebf0ba0fee625200c1e7bf..7ceb0b90639758ce5eff2c5d683d37af39068001 100644
|
| --- a/chrome/browser/autocomplete/history_contents_provider.h
|
| +++ b/chrome/browser/autocomplete/history_contents_provider.h
|
| @@ -35,7 +35,7 @@ class HistoryContentsProvider : public HistoryProvider {
|
| virtual void Stop() OVERRIDE;
|
|
|
| private:
|
| - ~HistoryContentsProvider();
|
| + virtual ~HistoryContentsProvider();
|
|
|
| void QueryComplete(HistoryService::Handle handle,
|
| history::QueryResults* results);
|
|
|