| Index: chrome/browser/autocomplete/history_url_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
|
| index 9b72cb1120192ee5ff14bd1f6a501dddc3123d04..ac93c5791bcd9b1213b2fdf2398a2ff0dca33698 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.h
|
| +++ b/chrome/browser/autocomplete/history_url_provider.h
|
| @@ -175,7 +175,7 @@ class HistoryURLProvider : public HistoryProvider {
|
| void QueryComplete(HistoryURLProviderParams* params_gets_deleted);
|
|
|
| private:
|
| - ~HistoryURLProvider() {}
|
| + ~HistoryURLProvider();
|
|
|
| // Returns the set of prefixes to use for prefixes_.
|
| static history::Prefixes GetPrefixes();
|
|
|