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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 9837075: Move power_supply_status.* from src/ash to src/chromeos (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 8 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
« no previous file with comments | « ash/system/power/power_supply_status.cc ('k') | chrome/browser/chromeos/dbus/power_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 9e7eb0f199825f9d06cec8a590b1e6002830048f..420fd2daafaaa4622c458ff1b1c9563d97be44df 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -11,6 +11,7 @@
#include "ash/ash_export.h"
#include "ash/system/user/login_status.h"
+#include "ash/system/power/power_supply_status.h"
#include "base/i18n/time_formatting.h"
#include "base/string16.h"
#include "third_party/skia/include/core/SkBitmap.h"
@@ -65,8 +66,6 @@ struct ASH_EXPORT IMEInfo {
typedef std::vector<IMEInfo> IMEInfoList;
-struct PowerSupplyStatus;
-
class SystemTrayDelegate {
public:
virtual ~SystemTrayDelegate() {}
« no previous file with comments | « ash/system/power/power_supply_status.cc ('k') | chrome/browser/chromeos/dbus/power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698