diff options
Diffstat (limited to 'components/autofill/browser/autocomplete_history_manager.cc')
-rw-r--r-- | components/autofill/browser/autocomplete_history_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/browser/autocomplete_history_manager.cc b/components/autofill/browser/autocomplete_history_manager.cc index 53cf8f9..2f6ce63 100644 --- a/components/autofill/browser/autocomplete_history_manager.cc +++ b/components/autofill/browser/autocomplete_history_manager.cc @@ -52,7 +52,7 @@ AutocompleteHistoryManager::AutocompleteHistoryManager( external_delegate_(NULL) { autofill_enabled_.Init( prefs::kAutofillEnabled, - components::UserPrefs::Get(browser_context_)); + user_prefs::UserPrefs::Get(browser_context_)); } AutocompleteHistoryManager::~AutocompleteHistoryManager() { |