| Index: ash/system/status_area_widget_delegate.cc
|
| diff --git a/ash/system/status_area_widget_delegate.cc b/ash/system/status_area_widget_delegate.cc
|
| index 7d711a1ac21faf4679a10e1dd3513117152bc211..fd8582b36805a55e9bbeb0b9685d1f6c5de0c1b4 100644
|
| --- a/ash/system/status_area_widget_delegate.cc
|
| +++ b/ash/system/status_area_widget_delegate.cc
|
| @@ -38,7 +38,7 @@ class StatusAreaWidgetDelegateAnimationSettings
|
| SetTweenType(gfx::Tween::EASE_IN_OUT);
|
| }
|
|
|
| - virtual ~StatusAreaWidgetDelegateAnimationSettings() {}
|
| + ~StatusAreaWidgetDelegateAnimationSettings() override {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(StatusAreaWidgetDelegateAnimationSettings);
|
|
|