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

Unified Diff: athena/screen/modal_window_controller.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/resource_manager/resource_manager_unittest.cc ('k') | athena/screen/screen_accelerator_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/screen/modal_window_controller.h
diff --git a/athena/screen/modal_window_controller.h b/athena/screen/modal_window_controller.h
index b4c7ec5b3033fd7784d04d66840e35f8b7852729..71c1dee573ae779b6dbd19fc7e13fc05d97df91e 100644
--- a/athena/screen/modal_window_controller.h
+++ b/athena/screen/modal_window_controller.h
@@ -19,7 +19,7 @@ class ATHENA_EXPORT ModalWindowController : public aura::WindowObserver {
static ModalWindowController* Get(aura::Window* container);
explicit ModalWindowController(int container_priority);
- virtual ~ModalWindowController();
+ ~ModalWindowController() override;
aura::Window* modal_container() { return modal_container_; }
« no previous file with comments | « athena/resource_manager/resource_manager_unittest.cc ('k') | athena/screen/screen_accelerator_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698