| Index: chrome/browser/autocomplete/history_url_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
|
| index 7f46684dff5e22eb0d7d8eee882353b1fa530f13..9d0f229d9bad127acc5f97c450a951478210959c 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.h
|
| +++ b/chrome/browser/autocomplete/history_url_provider.h
|
| @@ -142,7 +142,9 @@ class HistoryURLProvider : public HistoryProvider {
|
| HistoryURLProvider(AutocompleteProviderListener* listener,
|
| Profile* profile,
|
| const std::string& languages)
|
| - : HistoryProvider(listener, profile, "History"),
|
| + : HistoryProvider(listener,
|
| + profile,
|
| + AutocompleteProvider::TYPE_HISTORY_URL),
|
| params_(NULL),
|
| languages_(languages) {}
|
| #endif
|
|
|