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

Unified Diff: athena/util/drag_handle.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/test/chrome/athena_browsertest.h ('k') | athena/util/drag_handle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/util/drag_handle.cc
diff --git a/athena/util/drag_handle.cc b/athena/util/drag_handle.cc
index 6d2719e98e1cfd44df1b4a724de97a04b46cdeca..ad19c9adb16ee375d4b6e53d9289dae2ec2ea966 100644
--- a/athena/util/drag_handle.cc
+++ b/athena/util/drag_handle.cc
@@ -20,7 +20,7 @@ class DragHandleView : public views::View {
DragHandleScrollDelegate* delegate,
int preferred_width,
int preferred_height);
- virtual ~DragHandleView();
+ ~DragHandleView() override;
private:
void SetColor(SkColor color);
« no previous file with comments | « athena/test/chrome/athena_browsertest.h ('k') | athena/util/drag_handle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698