diff options
Diffstat (limited to 'chrome/browser/autocomplete/history_url_provider.cc')
-rw-r--r-- | chrome/browser/autocomplete/history_url_provider.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc index a028a4c..18f57a0 100644 --- a/chrome/browser/autocomplete/history_url_provider.cc +++ b/chrome/browser/autocomplete/history_url_provider.cc @@ -229,7 +229,8 @@ HistoryURLProviderParams::~HistoryURLProviderParams() { HistoryURLProvider::HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile) - : HistoryProvider(listener, profile, "HistoryURL"), + : HistoryProvider(listener, profile, + AutocompleteProvider::TYPE_HISTORY_URL), params_(NULL) { } |