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

Unified Diff: chrome/browser/ui/aura/active_desktop_monitor.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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/aura/active_desktop_monitor.h
diff --git a/chrome/browser/ui/aura/active_desktop_monitor.h b/chrome/browser/ui/aura/active_desktop_monitor.h
index 9a05ea36fc4c0213fe7d3a0dd414665438d358f6..d0718c0342f9e569e1c5b6ccb558f055250d4966 100644
--- a/chrome/browser/ui/aura/active_desktop_monitor.h
+++ b/chrome/browser/ui/aura/active_desktop_monitor.h
@@ -30,8 +30,8 @@ class ActiveDesktopMonitor : public aura::EnvObserver {
static bool IsDesktopWindow(aura::WindowTreeHost* host);
// aura::EnvObserver methods.
- virtual void OnWindowInitialized(aura::Window* window) OVERRIDE;
- virtual void OnHostActivated(aura::WindowTreeHost* host) OVERRIDE;
+ virtual void OnWindowInitialized(aura::Window* window) override;
+ virtual void OnHostActivated(aura::WindowTreeHost* host) override;
static ActiveDesktopMonitor* g_instance_;
chrome::HostDesktopType last_activated_desktop_;
« no previous file with comments | « chrome/browser/ui/ash/window_positioner_unittest.cc ('k') | chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698