| Index: ash/common/system/update/tray_update.cc
|
| diff --git a/ash/common/system/update/tray_update.cc b/ash/common/system/update/tray_update.cc
|
| index 1c19eddc3a5339a3f4eadc90f5c432ad8c7d254c..aa755b3762b336fef250b0761a0593af25c7666d 100644
|
| --- a/ash/common/system/update/tray_update.cc
|
| +++ b/ash/common/system/update/tray_update.cc
|
| @@ -82,7 +82,7 @@ class TrayUpdate::UpdateView : public ActionableView {
|
| IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_TO_UPDATE)
|
| : bundle.GetLocalizedString(IDS_ASH_STATUS_TRAY_UPDATE);
|
| SetAccessibleName(label_text);
|
| - auto label = TrayPopupUtils::CreateDefaultLabel();
|
| + auto* label = TrayPopupUtils::CreateDefaultLabel();
|
| label->SetText(label_text);
|
| TrayPopupItemStyle style(TrayPopupItemStyle::FontStyle::DEFAULT_VIEW_LABEL);
|
| style.SetupLabel(label);
|
|
|