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

Unified Diff: athena/input/input_manager_impl.h

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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 | « athena/input/accelerator_manager_unittest.cc ('k') | athena/input/input_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/input/input_manager_impl.h
diff --git a/athena/input/input_manager_impl.h b/athena/input/input_manager_impl.h
index b2607a75889a283c134500e8039bbbf58e33d019..bfebc3415322a29dc40c817eba5418f6d144ef44 100644
--- a/athena/input/input_manager_impl.h
+++ b/athena/input/input_manager_impl.h
@@ -24,7 +24,7 @@ class ATHENA_EXPORT InputManagerImpl : public InputManager,
public aura::client::EventClient {
public:
InputManagerImpl();
- virtual ~InputManagerImpl();
+ ~InputManagerImpl() override;
void Init();
void Shutdown();
« no previous file with comments | « athena/input/accelerator_manager_unittest.cc ('k') | athena/input/input_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698