| Index: chrome/browser/autocomplete/history_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
|
| index 96de5b62082a13f096bf909820ed93a2ff6d5e86..8b4f57333b8c935dc62fc77ea4980929db20be1a 100644
|
| --- a/chrome/browser/autocomplete/history_provider.h
|
| +++ b/chrome/browser/autocomplete/history_provider.h
|
| @@ -20,7 +20,7 @@ class HistoryProvider : public AutocompleteProvider {
|
| protected:
|
| HistoryProvider(AutocompleteProviderListener* listener,
|
| Profile* profile,
|
| - const char* name);
|
| + AutocompleteProvider::Type type);
|
| virtual ~HistoryProvider();
|
|
|
| // Fixes up user URL input to make it more possible to match against. Among
|
|
|