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

Unified Diff: ash/system/overview/overview_button_tray_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
« no previous file with comments | « ash/system/overview/overview_button_tray.h ('k') | ash/system/status_area_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/overview/overview_button_tray_unittest.cc
diff --git a/ash/system/overview/overview_button_tray_unittest.cc b/ash/system/overview/overview_button_tray_unittest.cc
index e83af596fc7cbc676c5ede69456f87f30753dc1e..8a6fc5e3dbae3ed91d8958ef8c9468a67508b6fe 100644
--- a/ash/system/overview/overview_button_tray_unittest.cc
+++ b/ash/system/overview/overview_button_tray_unittest.cc
@@ -40,7 +40,7 @@ OverviewButtonTray* GetSecondaryTray() {
class OverviewButtonTrayTest : public test::AshTestBase {
public:
OverviewButtonTrayTest() {}
- virtual ~OverviewButtonTrayTest() {}
+ ~OverviewButtonTrayTest() override {}
protected:
views::ImageView* GetImageView(OverviewButtonTray* tray) {
« no previous file with comments | « ash/system/overview/overview_button_tray.h ('k') | ash/system/status_area_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698