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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
diff --git a/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc b/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
index 211023a86204338f2c42c624c54874dc76e5c28a..9093a00420f63417ac081859c3134b6fc9f72a4e 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
+++ b/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
@@ -18,7 +18,7 @@ class StatusTrayStateChangerWinTest : public testing::Test {
public:
StatusTrayStateChangerWinTest() {}
- void SetUp() OVERRIDE {
+ void SetUp() override {
testing::Test::SetUp();
com_.reset(new base::win::ScopedCOMInitializer());
status_tray_.reset(new StatusTrayWin());
@@ -35,7 +35,7 @@ class StatusTrayStateChangerWinTest : public testing::Test {
status_icon_win_->window());
}
- void TearDown() OVERRIDE {
+ void TearDown() override {
tray_watcher_ = NULL;
status_tray_.reset();
com_.reset();

Powered by Google App Engine
This is Rietveld 408576698