| Index: chrome/browser/autocomplete/history_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
|
| index 2146228e6c08f424bb2e37156784f4aa282fdee3..da039b92678eaae01e33032f73b0a116f3783df4 100644
|
| --- a/chrome/browser/autocomplete/history_provider.h
|
| +++ b/chrome/browser/autocomplete/history_provider.h
|
| @@ -25,9 +25,7 @@ class HistoryProvider : public AutocompleteProvider {
|
| static bool PreventInlineAutocomplete(const AutocompleteInput& input);
|
|
|
| protected:
|
| - HistoryProvider(AutocompleteProviderListener* listener,
|
| - Profile* profile,
|
| - AutocompleteProvider::Type type);
|
| + HistoryProvider(Profile* profile, AutocompleteProvider::Type type);
|
| virtual ~HistoryProvider();
|
|
|
| // Finds and removes the match from the current collection of matches and
|
|
|