| Index: ash/system/user/user_card_view.h
|
| diff --git a/ash/system/user/user_card_view.h b/ash/system/user/user_card_view.h
|
| index fc9883c87aa2a603d2f62f704a2f88eccead4fc9..e7a4d9acc219cd7948492787440c6043099b44cb 100644
|
| --- a/ash/system/user/user_card_view.h
|
| +++ b/ash/system/user/user_card_view.h
|
| @@ -20,7 +20,7 @@ class UserCardView : public views::View {
|
| UserCardView(user::LoginStatus login_status,
|
| int max_width,
|
| int multiprofile_index);
|
| - virtual ~UserCardView();
|
| + ~UserCardView() override;
|
|
|
| private:
|
| // Creates the content for the retail logged in mode.
|
|
|