| Index: components/autofill/browser/autocomplete_history_manager.h
|
| diff --git a/components/autofill/browser/autocomplete_history_manager.h b/components/autofill/browser/autocomplete_history_manager.h
|
| index 9a55fa44b7dfd4cde12625f850f5c9b5f11ab38a..5d94c6f97a5db46e966a2124d997fd4755c4a6e9 100644
|
| --- a/components/autofill/browser/autocomplete_history_manager.h
|
| +++ b/components/autofill/browser/autocomplete_history_manager.h
|
| @@ -28,7 +28,9 @@ struct FormData;
|
| class AutocompleteHistoryManager : public content::WebContentsObserver,
|
| public WebDataServiceConsumer {
|
| public:
|
| - explicit AutocompleteHistoryManager(content::WebContents* web_contents);
|
| + AutocompleteHistoryManager(
|
| + content::WebContents* web_contents,
|
| + scoped_refptr<AutofillWebDataService> autofill_data);
|
| virtual ~AutocompleteHistoryManager();
|
|
|
| // content::WebContentsObserver implementation.
|
|
|