| Index: chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| diff --git a/chrome/browser/prefs/pref_notifier_impl_unittest.cc b/chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| index aaea66fd78685de6132b6cb67267b32e1e6aa36b..bf251b435faa3129a67a8661bf244904924b3957 100644
|
| --- a/chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| +++ b/chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| @@ -82,8 +82,8 @@ TEST_F(PrefNotifierTest, OnInitializationCompleted) {
|
| Field(&NotificationType::value,
|
| NotificationType::PREF_INITIALIZATION_COMPLETED),
|
| Source<PrefService>(&pref_service_),
|
| - NotificationService::NoDetails()));
|
| - notifier.OnInitializationCompleted();
|
| + Property(&Details<bool>::ptr, testing::Pointee(true))));
|
| + notifier.OnInitializationCompleted(true);
|
| }
|
|
|
| TEST_F(PrefNotifierTest, AddAndRemovePrefObservers) {
|
|
|