| Index: chrome/browser/autocomplete/history_url_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc
|
| index a028a4cb8841ca4dc3bccba28023be7df4dbbade..18f57a0d3cbb3e0092d81d6fd1e35a1694c3e969 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) {
|
| }
|
|
|
|
|