| Index: ash/system/chromeos/settings/tray_settings.cc
|
| diff --git a/ash/system/chromeos/settings/tray_settings.cc b/ash/system/chromeos/settings/tray_settings.cc
|
| index ecc20bcc038766794073cf4898b0f45bbcaf2c2b..5c1ce9b75763a360b3844ab5ca670ff3dbddacff 100644
|
| --- a/ash/system/chromeos/settings/tray_settings.cc
|
| +++ b/ash/system/chromeos/settings/tray_settings.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/system/chromeos/settings/tray_settings.h"
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/system/tray/actionable_view.h"
|
| #include "ash/common/system/tray/fixed_sized_image_view.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| @@ -12,7 +13,6 @@
|
| #include "ash/shell.h"
|
| #include "ash/system/chromeos/power/power_status.h"
|
| #include "ash/system/chromeos/power/power_status_view.h"
|
| -#include "ash/system/tray/actionable_view.h"
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "grit/ash_resources.h"
|
|
|