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

Unified Diff: chrome/browser/chromeos/preferences_unittest.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years 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/chromeos/preferences_unittest.cc
diff --git a/chrome/browser/chromeos/preferences_unittest.cc b/chrome/browser/chromeos/preferences_unittest.cc
index 69e3621f80042a6ce1207c241bfd58c266d7a598..caece5e618c016e76724c6b546b55301bfafffd9 100644
--- a/chrome/browser/chromeos/preferences_unittest.cc
+++ b/chrome/browser/chromeos/preferences_unittest.cc
@@ -54,7 +54,7 @@ class MyMockInputMethodManager : public input_method::MockInputMethodManager {
} // anonymous namespace
TEST(PreferencesTest, TestUpdatePrefOnBrowserScreenDetails) {
- TestingPrefService prefs;
+ TestingPrefServiceSyncable prefs;
Preferences::RegisterUserPrefs(&prefs);
DownloadPrefs::RegisterUserPrefs(&prefs);

Powered by Google App Engine
This is Rietveld 408576698