| Index: chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
|
| diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
|
| index caedb246ab35caf4abaa5d16962ae64bad62d2da..5f3477ca401e19d9864c29007bf9b59159d31929 100644
|
| --- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
|
| +++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
|
| @@ -65,7 +65,8 @@ class StubNotificationUIManager : public NotificationUIManager {
|
|
|
| // Returns true if any notifications match the supplied ID, either currently
|
| // displayed or in the queue.
|
| - virtual bool DoesIdExist(const std::string& id) OVERRIDE {
|
| + virtual bool DoesIdExist(const std::string& id,
|
| + Notification* matched_notification) OVERRIDE {
|
| return true;
|
| }
|
|
|
|
|