Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
index 89659b1049c189fd3f0ac25989176969fd119f9c..adf1c404b1a84e476ff1ca734c05fd96c77d57f8 100644 |
--- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
+++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
@@ -19,16 +19,16 @@ namespace ash { |
class AshPopupAlignmentDelegateTest : public test::AshTestBase { |
public: |
AshPopupAlignmentDelegateTest() {} |
- virtual ~AshPopupAlignmentDelegateTest() {} |
+ ~AshPopupAlignmentDelegateTest() override {} |
- virtual void SetUp() { |
+ void SetUp() override { |
test::AshTestBase::SetUp(); |
alignment_delegate_.reset(new AshPopupAlignmentDelegate()); |
alignment_delegate_->StartObserving( |
Shell::GetScreen(), Shell::GetScreen()->GetPrimaryDisplay()); |
} |
- virtual void TearDown() { |
+ void TearDown() override { |
alignment_delegate_.reset(); |
test::AshTestBase::TearDown(); |
} |