Index: ash/system/tray/system_tray_notifier.h |
diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h |
index 4015319d47c9177b7d0a8c32b0950fdeaf8de34c..66c57f560235bfbae3f95ce8520dacedee1d005f 100644 |
--- a/ash/system/tray/system_tray_notifier.h |
+++ b/ash/system/tray/system_tray_notifier.h |
@@ -35,6 +35,8 @@ |
namespace ash { |
+struct UpdateInfo; |
+ |
#if defined(OS_CHROMEOS) |
class NetworkStateNotifier; |
#endif |
@@ -121,7 +123,7 @@ class ASH_EXPORT SystemTrayNotifier { |
const std::string& cur_locale, |
const std::string& from_locale, |
const std::string& to_locale); |
- void NotifyUpdateRecommended(UpdateObserver::UpdateSeverity severity); |
+ void NotifyUpdateRecommended(const UpdateInfo& info); |
void NotifyUserUpdate(); |
void NotifyUserAddedToSession(); |
#if defined(OS_CHROMEOS) |