| Index: chrome/browser/autocomplete/history_contents_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_contents_provider.cc b/chrome/browser/autocomplete/history_contents_provider.cc
|
| index 49fdbf44f94fd5fbaa062d22acd0ba9f76a07e89..d606ea88fbad4a83f3a93cd5a32d71c8f460ab71 100644
|
| --- a/chrome/browser/autocomplete/history_contents_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_contents_provider.cc
|
| @@ -51,7 +51,9 @@ HistoryContentsProvider::HistoryContentsProvider(
|
| AutocompleteProviderListener* listener,
|
| Profile* profile,
|
| bool body_only)
|
| - : HistoryProvider(listener, profile, "HistoryContents"),
|
| + : HistoryProvider(listener,
|
| + profile,
|
| + AutocompleteProvider::TYPE_HISTORY_CONTENTS),
|
| star_title_count_(0),
|
| star_contents_count_(0),
|
| title_count_(0),
|
|
|