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