| Index: chrome/browser/ui/panels/test_panel_notification_observer.h
|
| diff --git a/chrome/browser/ui/panels/test_panel_notification_observer.h b/chrome/browser/ui/panels/test_panel_notification_observer.h
|
| index 327721da38c5660b923e2be899be9dbf53f63408..cc070804f34f4d7017f6b7aa4005949f074c297a 100644
|
| --- a/chrome/browser/ui/panels/test_panel_notification_observer.h
|
| +++ b/chrome/browser/ui/panels/test_panel_notification_observer.h
|
| @@ -22,15 +22,15 @@ class TestPanelNotificationObserver : public content::NotificationObserver {
|
| public:
|
| TestPanelNotificationObserver(int notification,
|
| const content::NotificationSource& source);
|
| - virtual ~TestPanelNotificationObserver();
|
| + ~TestPanelNotificationObserver() override;
|
|
|
| // Wait until the expected state is achieved.
|
| void Wait();
|
|
|
| // content::NotificationObserver:
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override;
|
|
|
| protected:
|
| virtual bool AtExpectedState() = 0;
|
|
|