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

Unified Diff: athena/screen/screen_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/screen/screen_accelerator_handler.h ('k') | athena/screen/screen_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/screen/screen_manager_impl.h
diff --git a/athena/screen/screen_manager_impl.h b/athena/screen/screen_manager_impl.h
index 17385428a9c9a6a4f3d34fd0c2790ed8136c2a9b..222feb6bc6712dfc725ac368a43f1092e43997c2 100644
--- a/athena/screen/screen_manager_impl.h
+++ b/athena/screen/screen_manager_impl.h
@@ -28,7 +28,7 @@ class ATHENA_EXPORT ScreenManagerImpl : public ScreenManager,
public aura::client::WindowTreeClient {
public:
explicit ScreenManagerImpl(aura::Window* root_window);
- virtual ~ScreenManagerImpl();
+ ~ScreenManagerImpl() override;
void Init();
« no previous file with comments | « athena/screen/screen_accelerator_handler.h ('k') | athena/screen/screen_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698