| Index: ash/system/tray/hover_highlight_view.cc
|
| diff --git a/ash/system/tray/hover_highlight_view.cc b/ash/system/tray/hover_highlight_view.cc
|
| index e87708cac04a1d9da117aca6ee777baa6f854bbd..be2efc258dfb7222bb7f1ffe9abcdc4ea96bc56e 100644
|
| --- a/ash/system/tray/hover_highlight_view.cc
|
| +++ b/ash/system/tray/hover_highlight_view.cc
|
| @@ -7,11 +7,11 @@
|
| #include "ash/system/tray/fixed_sized_image_view.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/view_click_listener.h"
|
| -#include "grit/ui_resources.h"
|
| #include "ui/accessibility/ax_view_state.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/font_list.h"
|
| +#include "ui/resources/grit/ui_resources.h"
|
| #include "ui/views/border.h"
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/label.h"
|
|
|