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

Unified Diff: chrome/browser/ui/panels/panel_manager.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
« no previous file with comments | « chrome/browser/ui/panels/panel_host.h ('k') | chrome/browser/ui/panels/panel_mouse_watcher_timer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_manager.h
diff --git a/chrome/browser/ui/panels/panel_manager.h b/chrome/browser/ui/panels/panel_manager.h
index df0c5a3731f220ef7a6cc47e28f93b7d9233f06d..408239ef37a04858b693d8f92036561b8d881d2f 100644
--- a/chrome/browser/ui/panels/panel_manager.h
+++ b/chrome/browser/ui/panels/panel_manager.h
@@ -196,10 +196,10 @@ class PanelManager : public DisplaySettingsProvider::DisplayObserver,
void Initialize(DisplaySettingsProvider* provider);
// Overridden from DisplaySettingsProvider::DisplayObserver:
- virtual void OnDisplayChanged() OVERRIDE;
+ virtual void OnDisplayChanged() override;
// Overridden from DisplaySettingsProvider::FullScreenObserver:
- virtual void OnFullScreenModeChanged(bool is_full_screen) OVERRIDE;
+ virtual void OnFullScreenModeChanged(bool is_full_screen) override;
// Returns the collection to which a new panel should add. The new panel
// is expected to be created with |bounds| and |mode|. The size of |bounds|
« no previous file with comments | « chrome/browser/ui/panels/panel_host.h ('k') | chrome/browser/ui/panels/panel_mouse_watcher_timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698