Index: chrome/browser/autocomplete/history_quick_provider.h |
diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h |
index 11c9e989cf9a688fd8da0c67ef33fb3c3752c89b..fd367df4eb5e642d097720be2bd3398b5bb2f032 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider.h |
+++ b/chrome/browser/autocomplete/history_quick_provider.h |
@@ -27,8 +27,7 @@ class ScoredHistoryMatch; |
// history. |
class HistoryQuickProvider : public HistoryProvider { |
public: |
- HistoryQuickProvider(AutocompleteProviderListener* listener, |
- Profile* profile); |
+ explicit HistoryQuickProvider(Profile* profile); |
// AutocompleteProvider. |minimal_changes| is ignored since there is no asynch |
// completion performed. |