| 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..32018467befe19bd0131e8a1f23950820104808b 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -229,7 +229,9 @@ HistoryURLProviderParams::~HistoryURLProviderParams() {
|
|
|
| HistoryURLProvider::HistoryURLProvider(AutocompleteProviderListener* listener,
|
| Profile* profile)
|
| - : HistoryProvider(listener, profile, "HistoryURL"),
|
| + : HistoryProvider(listener,
|
| + profile,
|
| + AutocompleteProvider::TYPE_HISTORY_URL),
|
| params_(NULL) {
|
| }
|
|
|
|
|