Index: chrome/browser/ui/webui/help/version_updater.h |
diff --git a/chrome/browser/ui/webui/help/version_updater.h b/chrome/browser/ui/webui/help/version_updater.h |
index 87cda9ebafa7980bca26e0fbde84160dc4bb3326..29a7cdeb54b95ab8c450b4919f127f7e0f2f9025 100644 |
--- a/chrome/browser/ui/webui/help/version_updater.h |
+++ b/chrome/browser/ui/webui/help/version_updater.h |
@@ -10,6 +10,7 @@ |
#include "base/callback.h" |
#include "base/strings/string16.h" |
#include "build/build_config.h" |
+#include "third_party/cros_system_api/dbus/update_engine/dbus-constants.h" |
namespace content { |
class WebContents; |
@@ -42,7 +43,8 @@ class VersionUpdater { |
// types. |
#if defined(OS_CHROMEOS) |
typedef base::Callback<void(const std::string&)> ChannelCallback; |
- typedef base::Callback<void(int status)> EolStatusCallback; |
+ typedef base::Callback<void(update_engine::EndOfLifeStatus status)> |
+ EolStatusCallback; |
#endif |
// Used to update the client of status changes. int parameter is the progress |