Index: chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc |
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc b/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc |
index 07392f5dc153da1fbdecc94678877736cd479bd0..4200b51bff7ae6ca224e1d339329f8c53bdab837 100644 |
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc |
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc |
@@ -45,7 +45,7 @@ class StubChromeNotifierService : public notifier::ChromeNotifierService { |
// Set enough fields in sync_data, including specifics, for our tests |
// to pass. |
notifier::SyncedNotification* notification = |
- new notifier::SyncedNotification(sync_data); |
+ new notifier::SyncedNotification(sync_data, this, NULL); |
// Retain ownership to avoid memory leaks in tests. |
owned_notifications_.push_back(notification); |
return notification; |