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

Unified Diff: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc

Issue 2615403002: Added extension controlled prefs to TestingPrefService (Closed)
Patch Set: Created 3 years, 11 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/ui/sync/profile_signin_confirmation_helper_unittest.cc
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
index 177966ae54ff284a4377eb97d005a6d28ac2319e..5c81cb09feb1b07dfcb42ddfb69807ac1e03aafc 100644
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
@@ -136,8 +136,9 @@ class ProfileSigninConfirmationHelperTest : public testing::Test {
user_prefs_ = new TestingPrefStoreWithCustomReadError;
sync_preferences::TestingPrefServiceSyncable* pref_service =
new sync_preferences::TestingPrefServiceSyncable(
- new TestingPrefStore(), user_prefs_, new TestingPrefStore(),
- new user_prefs::PrefRegistrySyncable(), new PrefNotifierImpl());
+ new TestingPrefStore(), new TestingPrefStore(), user_prefs_,
+ new TestingPrefStore(), new user_prefs::PrefRegistrySyncable(),
+ new PrefNotifierImpl());
chrome::RegisterUserProfilePrefs(pref_service->registry());
builder.SetPrefService(
base::WrapUnique<sync_preferences::PrefServiceSyncable>(pref_service));

Powered by Google App Engine
This is Rietveld 408576698