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

Unified Diff: chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/ui/idle_app_name_notification_view_unittest.cc
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
index d930af113944e2aec4cae3cb6db9a381c329f2a8..2f2481e04b600db08489a172114f8cc0da694962 100644
--- a/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
+++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
@@ -30,7 +30,7 @@ class IdleAppNameNotificationViewTest : public BrowserWithTestWindowTest {
virtual ~IdleAppNameNotificationViewTest() {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
// Add the application switch.
CommandLine::ForCurrentProcess()->AppendSwitchASCII(::switches::kAppId,
kTestAppName);
@@ -65,7 +65,7 @@ class IdleAppNameNotificationViewTest : public BrowserWithTestWindowTest {
&error);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
// The destruction of the widget might be a delayed task.
base::MessageLoop::current()->RunUntilIdle();
BrowserWithTestWindowTest::TearDown();
« no previous file with comments | « chrome/browser/chromeos/ui/idle_app_name_notification_view.cc ('k') | chrome/browser/chromeos/ui/idle_logout_dialog_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698