Index: chrome/browser/notifications/balloon_collection_impl.h |
diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h |
index 45b26d0a24b37715f3c55e7fa3c997d4bb7a6db8..4a006fb135605cb25e76c368af58aff87ff8b9e7 100644 |
--- a/chrome/browser/notifications/balloon_collection_impl.h |
+++ b/chrome/browser/notifications/balloon_collection_impl.h |
@@ -46,7 +46,7 @@ class BalloonCollectionImpl : public BalloonCollection, |
// BalloonCollection interface. |
virtual void Add(const Notification& notification, |
Profile* profile) OVERRIDE; |
- virtual bool DoesIdExist(const std::string& id) OVERRIDE; |
+ virtual const Notification* FindById(const std::string& id) const OVERRIDE; |
virtual bool RemoveById(const std::string& id) OVERRIDE; |
virtual bool RemoveBySourceOrigin(const GURL& source_origin) OVERRIDE; |
virtual bool RemoveByProfile(Profile* profile) OVERRIDE; |