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

Unified Diff: ash/root_window_controller.h

Issue 680153002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting 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 | « ash/popup_message.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 0b79b206db1e7c622ce7d677d2eff42fbbbf7b35..1494c96f3c114073c635d82a1fdef2ab2cc21374 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -105,7 +105,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Returns container which contains a given |window|.
static aura::Window* GetContainerForWindow(aura::Window* window);
- virtual ~RootWindowController();
+ ~RootWindowController() override;
AshWindowTreeHost* ash_host() { return ash_host_.get(); }
const AshWindowTreeHost* ash_host() const { return ash_host_.get(); }
@@ -267,8 +267,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
void DisableTouchHudProjection();
// Overridden from ShellObserver.
- virtual void OnLoginStateChanged(user::LoginStatus status) override;
- virtual void OnTouchHudProjectionToggled(bool enabled) override;
+ void OnLoginStateChanged(user::LoginStatus status) override;
+ void OnTouchHudProjectionToggled(bool enabled) override;
scoped_ptr<AshWindowTreeHost> ash_host_;
RootWindowLayoutManager* root_window_layout_;
« no previous file with comments | « ash/popup_message.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698