Index: ash/system/power/tray_power.h |
diff --git a/ash/system/power/tray_power.h b/ash/system/power/tray_power.h |
index 25f8a77f739db85c6dda926a58e50f203561c239..19175cbc24b9e96665be24d39f9d1cf561ca4bee 100644 |
--- a/ash/system/power/tray_power.h |
+++ b/ash/system/power/tray_power.h |
@@ -52,6 +52,8 @@ class TrayPower : public SystemTrayItem, |
virtual void DestroyDefaultView() OVERRIDE; |
virtual void DestroyNotificationView() OVERRIDE; |
virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) OVERRIDE; |
+ virtual void UpdateAfterShelfAlignmentChange( |
+ ShelfAlignment alignment) OVERRIDE; |
// Overridden from PowerStatusObserver. |
virtual void OnPowerStatusChanged(const PowerSupplyStatus& status) OVERRIDE; |