Index: chrome/browser/autocomplete/history_quick_provider.cc |
diff --git a/chrome/browser/autocomplete/history_quick_provider.cc b/chrome/browser/autocomplete/history_quick_provider.cc |
index e60871efbcc9da1449289215f96b38a10f036924..7d3dd0a2af174f6a3e482d03d4197a19e803137b 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider.cc |
+++ b/chrome/browser/autocomplete/history_quick_provider.cc |
@@ -51,11 +51,8 @@ using history::ScoredHistoryMatches; |
bool HistoryQuickProvider::disabled_ = false; |
-HistoryQuickProvider::HistoryQuickProvider( |
- AutocompleteProviderListener* listener, |
- Profile* profile) |
- : HistoryProvider(listener, profile, |
- AutocompleteProvider::TYPE_HISTORY_QUICK), |
+HistoryQuickProvider::HistoryQuickProvider(Profile* profile) |
+ : HistoryProvider(profile, AutocompleteProvider::TYPE_HISTORY_QUICK), |
languages_(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)) { |
} |