| Index: ash/common/system/cast/tray_cast.cc
|
| diff --git a/ash/common/system/cast/tray_cast.cc b/ash/common/system/cast/tray_cast.cc
|
| index 4e0f42572c933c3f80d6f4e79061456023089c2f..c130e35db96d6f6eacd1fdbc76d682e22597b193 100644
|
| --- a/ash/common/system/cast/tray_cast.cc
|
| +++ b/ash/common/system/cast/tray_cast.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "ash/common/material_design/material_design_controller.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/shelf_types.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| #include "ash/common/system/chromeos/screen_security/screen_tray_item.h"
|
| #include "ash/common/system/tray/fixed_sized_image_view.h"
|
| @@ -21,6 +20,7 @@
|
| #include "ash/common/system/tray/tray_item_view.h"
|
| #include "ash/common/system/tray/tray_popup_label_button.h"
|
| #include "ash/common/wm_shell.h"
|
| +#include "ash/public/cpp/shelf_types.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "base/bind.h"
|
| #include "grit/ash_resources.h"
|
|
|