| Index: ui/message_center/notification_delegate_unittest.cc
|
| diff --git a/ui/message_center/notification_delegate_unittest.cc b/ui/message_center/notification_delegate_unittest.cc
|
| index 6009fc86ad24bdc5e4ba87edcf89b778bc989ed7..72a32418301b910857eb68e41f4db48785d44050 100644
|
| --- a/ui/message_center/notification_delegate_unittest.cc
|
| +++ b/ui/message_center/notification_delegate_unittest.cc
|
| @@ -15,7 +15,7 @@ namespace message_center {
|
| class NotificationDelegateTest : public testing::Test {
|
| public:
|
| NotificationDelegateTest();
|
| - virtual ~NotificationDelegateTest();
|
| + ~NotificationDelegateTest() override;
|
|
|
| void ClickCallback();
|
|
|
|
|