| Index: chrome/browser/notifications/notification_interactive_uitest_support.h
|
| diff --git a/chrome/browser/notifications/notification_interactive_uitest_support.h b/chrome/browser/notifications/notification_interactive_uitest_support.h
|
| index b169bde5ef3cb792ef97c06529720e2fcb993a2e..4c79ef78a8270f655e7d4a5ffe267b65e828a779 100644
|
| --- a/chrome/browser/notifications/notification_interactive_uitest_support.h
|
| +++ b/chrome/browser/notifications/notification_interactive_uitest_support.h
|
| @@ -27,12 +27,9 @@ class MessageCenterChangeObserver {
|
|
|
| class NotificationsTest : public InProcessBrowserTest {
|
| public:
|
| - NotificationsTest() {}
|
| + NotificationsTest();
|
|
|
| protected:
|
| - // InProcessBrowserTest overrides.
|
| - void SetUpDefaultCommandLine(base::CommandLine* command_line) override;
|
| -
|
| int GetNotificationCount();
|
| int GetNotificationPopupCount();
|
|
|
|
|