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

Unified Diff: chrome/browser/chromeos/preferences_unittest.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
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/chromeos/proxy_config_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/preferences_unittest.cc
diff --git a/chrome/browser/chromeos/preferences_unittest.cc b/chrome/browser/chromeos/preferences_unittest.cc
index 9bc6077a23a3f9a7a88174613d8c9897ffd6fa56..a60a7c2cc91763c752e767e6f96fea638c59efd8 100644
--- a/chrome/browser/chromeos/preferences_unittest.cc
+++ b/chrome/browser/chromeos/preferences_unittest.cc
@@ -62,9 +62,10 @@ TEST(PreferencesTest, TestUpdatePrefOnBrowserScreenDetails) {
ChromeDownloadManagerDelegate::RegisterUserPrefs(prefs.registry());
// kSelectFileLastDirectory is registered for Profile. Here we register it for
// testing.
- prefs.registry()->RegisterStringPref(prefs::kSelectFileLastDirectory,
- std::string(),
- PrefRegistrySyncable::UNSYNCABLE_PREF);
+ prefs.registry()->RegisterStringPref(
+ prefs::kSelectFileLastDirectory,
+ std::string(),
+ user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
StringPrefMember previous;
previous.Init(prefs::kLanguagePreviousInputMethod, &prefs);
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/chromeos/proxy_config_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698