Index: chrome/browser/notifications/extension_welcome_notification_unittest.cc |
diff --git a/chrome/browser/notifications/extension_welcome_notification_unittest.cc b/chrome/browser/notifications/extension_welcome_notification_unittest.cc |
index b523376a04ef5b592c4fe9e09a253d037eba34d4..4e6917b50c39ec9cc0cb27c547af7ecabd0a217a 100644 |
--- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc |
+++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc |
@@ -217,10 +217,6 @@ class ExtensionWelcomeNotificationTest : public testing::Test { |
virtual std::string id() const override { return id_; } |
- virtual content::WebContents* GetWebContents() const override { |
- return NULL; |
- } |
- |
private: |
virtual ~TestNotificationDelegate() {} |