| 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..4bba83a3df5425b459641b96d2d776be99801e6c 100644
|
| --- a/components/autofill/browser/autocomplete_history_manager.h
|
| +++ b/components/autofill/browser/autocomplete_history_manager.h
|
| @@ -69,7 +69,7 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
|
| void CancelPendingQuery();
|
|
|
| content::BrowserContext* browser_context_;
|
| - scoped_refptr<AutofillWebDataService> autofill_data_;
|
| + AutofillWebDataService* autofill_data_;
|
|
|
| BooleanPrefMember autofill_enabled_;
|
|
|
|
|