| 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 a166974830f7bfb07343d033d960b76f82c8e1bc..da6db5fb82bd3837332281e77e3310ea2f582a3d 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();
|
| }
|
|
|
|
|