| Index: ash/common/system/chromeos/power/tray_power.cc
|
| diff --git a/ash/common/system/chromeos/power/tray_power.cc b/ash/common/system/chromeos/power/tray_power.cc
|
| index 74c4f9896d3a4d22ba46e20943be1f811e498194..7d071ed461fcccf986a3639853491ec9a3f1836e 100644
|
| --- a/ash/common/system/chromeos/power/tray_power.cc
|
| +++ b/ash/common/system/chromeos/power/tray_power.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "ash/common/accessibility_delegate.h"
|
| #include "ash/common/ash_switches.h"
|
| -#include "ash/common/strings/grit/ash_strings.h"
|
| #include "ash/common/system/chromeos/devicetype_utils.h"
|
| #include "ash/common/system/chromeos/power/battery_notification.h"
|
| #include "ash/common/system/chromeos/power/dual_role_notification.h"
|
| @@ -19,6 +18,7 @@
|
| #include "ash/common/system/tray/tray_item_view.h"
|
| #include "ash/common/system/tray/tray_utils.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| +#include "ash/strings/grit/ash_strings.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
|
|