Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1617)

Unified Diff: components/autofill/browser/autocomplete_history_manager.cc

Issue 16625004: components: Move user_prefs into user_prefs namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/autofill/browser/autofill_common_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/autocomplete_history_manager.cc
diff --git a/components/autofill/browser/autocomplete_history_manager.cc b/components/autofill/browser/autocomplete_history_manager.cc
index f3f6f3f5a2db24d33dbda9a1e26c59c74fb61b5d..83986f6ed75182756bb49a73569bd7316630ecdf 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() {
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/autofill/browser/autofill_common_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698