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

Unified Diff: chrome/browser/autofill/autofill_external_delegate_browsertest.cc

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 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
Index: chrome/browser/autofill/autofill_external_delegate_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
index d438a4738d6c81237082ad0ade5f15987a3d40a5..fb59e8ee360bc37187ac06c8c58ae654c45dcb79 100644
--- a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
+++ b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
@@ -35,7 +35,7 @@ class MockAutofillManagerDelegate
virtual PrefService* GetPrefs() { return &prefs_; }
- PrefRegistrySyncable* GetPrefRegistry() {
+ user_prefs::PrefRegistrySyncable* GetPrefRegistry() {
return prefs_.registry();
}
« no previous file with comments | « chrome/browser/accessibility/invert_bubble_prefs.cc ('k') | chrome/browser/background/background_contents_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698