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

Unified Diff: ash/system/power/tray_power.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: Fix dependency position Created 8 years, 9 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/system/power/tray_power.h
diff --git a/ash/system/power/tray_power.h b/ash/system/power/tray_power.h
index 20e9a8ec12a30efa1605a9011a36530f4bb8d681..7f6c60e5be8980cdbe48c91b16b82246816587b5 100644
--- a/ash/system/power/tray_power.h
+++ b/ash/system/power/tray_power.h
@@ -34,7 +34,8 @@ class TrayPower : public SystemTrayItem,
virtual void DestroyDetailedView() OVERRIDE;
// Overridden from PowerStatusObserver.
- virtual void OnPowerStatusChanged(const PowerSupplyStatus& status) OVERRIDE;
+ virtual void OnPowerStatusChanged(
+ const chromeos::PowerSupplyStatus& status) OVERRIDE;
scoped_ptr<tray::DateView> date_;
scoped_ptr<tray::PowerPopupView> power_;

Powered by Google App Engine
This is Rietveld 408576698