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