| Index: ash/common/system/chromeos/tray_caps_lock.cc
|
| diff --git a/ash/common/system/chromeos/tray_caps_lock.cc b/ash/common/system/chromeos/tray_caps_lock.cc
|
| index b838aa2feea1ba6fb63d0cfee53b70bf29f0093e..9c7beac047965bd32fc2c97a48c6a2b7b8fccb73 100644
|
| --- a/ash/common/system/chromeos/tray_caps_lock.cc
|
| +++ b/ash/common/system/chromeos/tray_caps_lock.cc
|
| @@ -57,7 +57,7 @@ class CapsLockDefaultView : public ActionableView {
|
| SetLayoutManager(new views::FillLayout);
|
| AddChildView(tri_view);
|
|
|
| - auto image = TrayPopupUtils::CreateMainImageView();
|
| + auto* image = TrayPopupUtils::CreateMainImageView();
|
| image->SetEnabled(enabled());
|
| TrayPopupItemStyle default_view_style(
|
| TrayPopupItemStyle::FontStyle::DEFAULT_VIEW_LABEL);
|
|
|