Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc

Issue 683473005: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « ash/system/web_notification/ash_popup_alignment_delegate.h ('k') | ash/system/web_notification/web_notification_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698