| Index: ash/system/screen_security/screen_tray_item.cc
|
| diff --git a/ash/system/screen_security/screen_tray_item.cc b/ash/system/screen_security/screen_tray_item.cc
|
| index 863ec19d892f6981a0c721f379c3be53a7c2e62c..f988b9675451079f11008ae511084baad4ee612a 100644
|
| --- a/ash/system/screen_security/screen_tray_item.cc
|
| +++ b/ash/system/screen_security/screen_tray_item.cc
|
| @@ -9,6 +9,7 @@
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/tray_popup_item_style.h"
|
| #include "ash/system/tray/tray_popup_utils.h"
|
| +#include "components/vector_icons/vector_icons.h"
|
| #include "ui/gfx/paint_vector_icon.h"
|
| #include "ui/message_center/message_center.h"
|
| #include "ui/views/controls/button/label_button.h"
|
| @@ -24,7 +25,7 @@ ScreenTrayView::ScreenTrayView(ScreenTrayItem* screen_tray_item)
|
| : TrayItemView(screen_tray_item), screen_tray_item_(screen_tray_item) {
|
| CreateImageView();
|
| image_view()->SetImage(
|
| - gfx::CreateVectorIcon(kSystemTrayScreenShareIcon, kTrayIconColor));
|
| + gfx::CreateVectorIcon(vector_icons::kScreenShareIcon, kTrayIconColor));
|
| Update();
|
| }
|
|
|
|
|