diff options
Diffstat (limited to 'chrome/browser/autocomplete/history_url_provider.cc')
-rw-r--r-- | chrome/browser/autocomplete/history_url_provider.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc index f86e5db..30d63fb 100644 --- a/chrome/browser/autocomplete/history_url_provider.cc +++ b/chrome/browser/autocomplete/history_url_provider.cc @@ -113,6 +113,8 @@ HistoryURLProviderParams::HistoryURLProviderParams( languages(languages) { } +HistoryURLProviderParams::~HistoryURLProviderParams() {} + HistoryURLProvider::HistoryURLProvider(ACProviderListener* listener, Profile* profile) : HistoryProvider(listener, profile, "HistoryURL"), |