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

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: 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
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);

Powered by Google App Engine
This is Rietveld 408576698