| Index: ash/common/system/tray/tray_item_more.cc
|
| diff --git a/ash/common/system/tray/tray_item_more.cc b/ash/common/system/tray/tray_item_more.cc
|
| index 7685365d09499953b90ddf217c2d566487e19cf8..19edec93ddaa7edd8be71132a2832bf7bd603a85 100644
|
| --- a/ash/common/system/tray/tray_item_more.cc
|
| +++ b/ash/common/system/tray/tray_item_more.cc
|
| @@ -9,11 +9,9 @@
|
| #include "ash/common/system/tray/tray_popup_item_style.h"
|
| #include "ash/common/system/tray/tray_popup_utils.h"
|
| #include "ash/common/system/tray/tri_view.h"
|
| -#include "ash/resources/vector_icons/vector_icons.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/gfx/image/image.h"
|
| -#include "ui/gfx/paint_vector_icon.h"
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/layout/fill_layout.h"
|
| @@ -29,9 +27,6 @@ TrayItemMore::TrayItemMore(SystemTrayItem* owner)
|
| AddChildView(tri_view_);
|
| SetLayoutManager(new views::FillLayout);
|
|
|
| - more_->SetImage(
|
| - gfx::CreateVectorIcon(kSystemMenuArrowRightIcon, kMenuIconColor));
|
| -
|
| tri_view_->AddView(TriView::Container::START, icon_);
|
| tri_view_->AddView(TriView::Container::CENTER, label_);
|
| tri_view_->AddView(TriView::Container::END, more_);
|
|
|