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

Unified Diff: athena/util/fill_layout_manager.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/util/drag_handle_unittest.cc ('k') | athena/virtual_keyboard/virtual_keyboard_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/util/fill_layout_manager.h
diff --git a/athena/util/fill_layout_manager.h b/athena/util/fill_layout_manager.h
index 06553d5122b02a16b4cb979f3777ea11b0199532..50e7df8ffeed3724b23e1ffb16628cd53598102a 100644
--- a/athena/util/fill_layout_manager.h
+++ b/athena/util/fill_layout_manager.h
@@ -13,7 +13,7 @@ namespace athena {
class ATHENA_EXPORT FillLayoutManager : public aura::LayoutManager {
public:
explicit FillLayoutManager(aura::Window* container);
- virtual ~FillLayoutManager();
+ ~FillLayoutManager() override;
// aura::LayoutManager:
virtual void OnWindowResized() override;
« no previous file with comments | « athena/util/drag_handle_unittest.cc ('k') | athena/virtual_keyboard/virtual_keyboard_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698