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

Unified Diff: ash/wm/event_client_impl.h

Issue 645513008: Standardize usage of virtual/override/final specifiers. (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 | « ash/wm/drag_window_resizer.h ('k') | ash/wm/gestures/long_press_affordance_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/event_client_impl.h
diff --git a/ash/wm/event_client_impl.h b/ash/wm/event_client_impl.h
index 5f652723033e892869e94a11e0ce62e07fdc603b..8a7a488a883af4985c74c251e33c4021f6b6e686 100644
--- a/ash/wm/event_client_impl.h
+++ b/ash/wm/event_client_impl.h
@@ -15,13 +15,12 @@ namespace ash {
class EventClientImpl : public aura::client::EventClient {
public:
EventClientImpl();
- virtual ~EventClientImpl();
+ ~EventClientImpl() override;
private:
// Overridden from aura::client::EventClient:
- virtual bool CanProcessEventsWithinSubtree(
- const aura::Window* window) const override;
- virtual ui::EventTarget* GetToplevelEventTarget() override;
+ bool CanProcessEventsWithinSubtree(const aura::Window* window) const override;
+ ui::EventTarget* GetToplevelEventTarget() override;
DISALLOW_COPY_AND_ASSIGN(EventClientImpl);
};
« no previous file with comments | « ash/wm/drag_window_resizer.h ('k') | ash/wm/gestures/long_press_affordance_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698