| 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,
|
|
|