| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index 1d32d9a1e6db482dfc1d6da93abef06cb8c54a34..b1a5de17ed4e1dd4d12c6a4bcb0f1d9a637f4f53 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -14,7 +14,6 @@
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| -#include "ash/common/strings/grit/ash_strings.h"
|
| #include "ash/common/system/chromeos/audio/tray_audio.h"
|
| #include "ash/common/system/chromeos/bluetooth/tray_bluetooth.h"
|
| #include "ash/common/system/chromeos/brightness/tray_brightness.h"
|
| @@ -52,6 +51,7 @@
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/strings/grit/ash_strings.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/metrics/histogram_macros.h"
|
|
|