| 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..ef040d8521183ed78de45c8dc9c106718da61f4a 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.h
|
| +++ b/chrome/browser/autocomplete/history_url_provider.h
|
| @@ -142,7 +142,8 @@ 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
|
|
|