| 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 c358e2170e34c0c8ca5fdc4a9fb59515cf763731..b6cfacd8b26679f9dbc1ed783cfc4947e8ca2978 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -477,8 +477,8 @@ HistoryURLProviderParams::~HistoryURLProviderParams() {
|
|
|
| HistoryURLProvider::HistoryURLProvider(AutocompleteProviderListener* listener,
|
| Profile* profile)
|
| - : HistoryProvider(listener, profile,
|
| - AutocompleteProvider::TYPE_HISTORY_URL),
|
| + : HistoryProvider(profile, AutocompleteProvider::TYPE_HISTORY_URL),
|
| + listener_(listener),
|
| params_(NULL),
|
| cull_redirects_(
|
| !OmniboxFieldTrial::InHUPCullRedirectsFieldTrial() ||
|
|
|