| Index: ash/system/chromeos/screen_security/screen_tray_item.cc
|
| diff --git a/ash/system/chromeos/screen_security/screen_tray_item.cc b/ash/system/chromeos/screen_security/screen_tray_item.cc
|
| index 6322824b227bf7c1caad854c2b6d27882dad8ad1..e274bdc832f8760b2e06e29502c5bdafbabc483c 100644
|
| --- a/ash/system/chromeos/screen_security/screen_tray_item.cc
|
| +++ b/ash/system/chromeos/screen_security/screen_tray_item.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "ash/system/chromeos/screen_security/screen_tray_item.h"
|
|
|
| +#include "ash/common/wm/shelf/wm_shelf_util.h"
|
| #include "ash/shelf/shelf_util.h"
|
| #include "ash/system/tray/fixed_sized_image_view.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| -#include "ash/wm/common/shelf/wm_shelf_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/message_center/message_center.h"
|
| #include "ui/views/controls/label.h"
|
|
|