| Index: chrome/browser/notifications/notification_test_util.h
|
| diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
|
| index d0e29b89300ffa058419e242b128b8114cd5b827..1b0b98fe0e4fd34071ac22a1937346337f7c4774 100644
|
| --- a/chrome/browser/notifications/notification_test_util.h
|
| +++ b/chrome/browser/notifications/notification_test_util.h
|
| @@ -27,7 +27,6 @@ class MockNotificationDelegate : public NotificationDelegate {
|
| virtual void Close(bool by_user) OVERRIDE {}
|
| virtual void Click() OVERRIDE {}
|
| virtual std::string id() const OVERRIDE;
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE;
|
|
|
| private:
|
| virtual ~MockNotificationDelegate();
|
| @@ -72,9 +71,6 @@ class LoggingNotificationDelegate : public NotificationDelegate {
|
| virtual std::string id() const OVERRIDE {
|
| return notification_id_;
|
| }
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE {
|
| - return NULL;
|
| - }
|
|
|
| private:
|
| std::string notification_id_;
|
|
|