| 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 096b625371105edb133c94486625bd7c91aa573f..c413e328ec81145e7799d99fc88e4e96087173c1 100644
|
| --- a/chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| +++ b/chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| @@ -86,8 +86,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) {
|
|
|