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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_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/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
index ce54e338501be9271629b1506f3f378416f52ef7..44d36063b96a9076d9ff7a1e118e7719ca0f064a 100644
--- a/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
@@ -64,8 +64,9 @@ class PlatformStateStoreWinTest : public ::testing::Test {
// Ownership of |user_pref_store| is passed to the service.
std::unique_ptr<sync_preferences::TestingPrefServiceSyncable> prefs(
new sync_preferences::TestingPrefServiceSyncable(
- new TestingPrefStore(), user_pref_store, new TestingPrefStore(),
- new user_prefs::PrefRegistrySyncable(), new PrefNotifierImpl()));
+ new TestingPrefStore(), new TestingPrefStore(), user_pref_store,
+ new TestingPrefStore(), new user_prefs::PrefRegistrySyncable(),
+ new PrefNotifierImpl()));
chrome::RegisterUserProfilePrefs(prefs->registry());
profile_ = profile_manager_.CreateTestingProfile(
kProfileName_, std::move(prefs), base::UTF8ToUTF16(kProfileName_), 0,

Powered by Google App Engine
This is Rietveld 408576698