| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index 5d1c9cb316ab7feeace9f075ce16e6b367e1b0d7..bdd8119fbf639fbe8748ac56958eaa09ef4ca787 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -5,7 +5,6 @@
|
| #include "ash/common/system/chromeos/bluetooth/tray_bluetooth.h"
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/strings/grit/ash_strings.h"
|
| #include "ash/common/system/tray/hover_highlight_view.h"
|
| #include "ash/common/system/tray/system_tray.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| @@ -20,6 +19,7 @@
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| +#include "ash/strings/grit/ash_strings.h"
|
| #include "device/bluetooth/bluetooth_common.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|