Index: ash/system/tray/default_system_tray_delegate.h |
diff --git a/ash/system/tray/default_system_tray_delegate.h b/ash/system/tray/default_system_tray_delegate.h |
index 359dca48213bfd282b003e8e2fcc8fad72e69160..b72a4c2be5c807a358651447a128dfe179d8e44d 100644 |
--- a/ash/system/tray/default_system_tray_delegate.h |
+++ b/ash/system/tray/default_system_tray_delegate.h |
@@ -30,7 +30,7 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate { |
OVERRIDE; |
virtual const base::string16 GetSupervisedUserMessage() const OVERRIDE; |
virtual bool IsUserSupervised() const OVERRIDE; |
- virtual bool SystemShouldUpgrade() const OVERRIDE; |
+ virtual bool SystemShouldUpgrade(UpdateInfo* info) const OVERRIDE; |
virtual base::HourClockType GetHourClockType() const OVERRIDE; |
virtual void ShowSettings() OVERRIDE; |
virtual bool ShouldShowSettings() OVERRIDE; |