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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_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_win.cc
diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.cc b/chrome/browser/ui/views/status_icons/status_tray_win.cc
index 18830d360830dafd33eaf7d948d47b9d30ed42f6..44148d5640aa9bec8124b4ea5116d470f7b3de3f 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_win.cc
+++ b/chrome/browser/ui/views/status_icons/status_tray_win.cc
@@ -41,7 +41,7 @@ class StatusTrayStateChangerProxyImpl : public StatusTrayStateChangerProxy,
worker_thread_.init_com_with_mta(false);
}
- virtual void EnqueueChange(UINT icon_id, HWND window) OVERRIDE {
+ virtual void EnqueueChange(UINT icon_id, HWND window) override {
DCHECK(CalledOnValidThread());
if (pending_requests_ == 0)
worker_thread_.Start();
« no previous file with comments | « chrome/browser/ui/views/status_icons/status_tray_win.h ('k') | chrome/browser/ui/views/sync/one_click_signin_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698