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

Unified Diff: chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc

Issue 193773003: Turn on and use the AppInfo data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Turn on app info: LGTM nits Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/notifications/sync_notifier/chrome_notifier_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/notifications/sync_notifier/chrome_notifier_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698