Index: ash/common/system/tray_accessibility.cc |
diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc |
index 1c127cc0f0bddaa7de4c47127a6251f899ac3d74..ec77b71a8cd48e043ca20e0b79f66865f1c3fd4e 100644 |
--- a/ash/common/system/tray_accessibility.cc |
+++ b/ash/common/system/tray_accessibility.cc |
@@ -28,7 +28,6 @@ |
#include "ui/gfx/color_palette.h" |
#include "ui/gfx/image/image.h" |
#include "ui/gfx/paint_vector_icon.h" |
-#include "ui/gfx/vector_icons_public.h" |
#include "ui/views/controls/button/custom_button.h" |
#include "ui/views/controls/image_view.h" |
#include "ui/views/controls/label.h" |
@@ -225,7 +224,7 @@ HoverHighlightView* AccessibilityDetailedView::AddScrollListItem( |
if (checked) { |
gfx::ImageSkia check_mark = |
- CreateVectorIcon(gfx::VectorIconId::CHECK_CIRCLE, gfx::kGoogleGreen700); |
+ CreateVectorIcon(kCheckCircleIcon, gfx::kGoogleGreen700); |
container->AddRightIcon(check_mark, check_mark.width()); |
container->SetRightViewVisible(true); |
container->SetAccessiblityState( |