Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1098)

Unified Diff: ash/common/system/chromeos/power/tray_power.cc

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698