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

Unified Diff: athena/util/drag_handle_unittest.cc

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.cc ('k') | athena/util/fill_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/util/drag_handle_unittest.cc
diff --git a/athena/util/drag_handle_unittest.cc b/athena/util/drag_handle_unittest.cc
index 8703568293e378b536170548ba4764c13927963b..9e213b8beaad9ff3c2566add45648aa18b19dcdd 100644
--- a/athena/util/drag_handle_unittest.cc
+++ b/athena/util/drag_handle_unittest.cc
@@ -19,7 +19,7 @@ class DragHandleDelegateTest : public DragHandleScrollDelegate {
got_scroll_end_(false),
update_delta_(0) {}
- virtual ~DragHandleDelegateTest() {}
+ ~DragHandleDelegateTest() override {}
void Reset() {
begin_delta_ = 0;
« no previous file with comments | « athena/util/drag_handle.cc ('k') | athena/util/fill_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698