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 ff3b2f6c2b89e790a6494b986e1f8aa1db426748..c01634a936a7f4705ef0a298c8dd6611cda4989f 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(); |
@@ -70,9 +69,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_; |