| Index: chrome/browser/ui/webui/help/help_handler.h
|
| diff --git a/chrome/browser/ui/webui/help/help_handler.h b/chrome/browser/ui/webui/help/help_handler.h
|
| index 3dfde20004d47afd76d4fad1d68d20e0d90f79f6..e0ba5fa05a4916efc3b5c19fd468165863db6a59 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.h
|
| +++ b/chrome/browser/ui/webui/help/help_handler.h
|
| @@ -21,6 +21,7 @@
|
| #if defined(OS_CHROMEOS)
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "chromeos/system/version_loader.h"
|
| +#include "third_party/cros_system_api/dbus/update_engine/dbus-constants.h"
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| namespace base {
|
| @@ -115,7 +116,7 @@ class HelpHandler : public content::WebUIMessageHandler,
|
| void OnRegulatoryLabelTextRead(const std::string& text);
|
|
|
| // Callback for setting the eol string text.
|
| - void OnEolStatus(const int status);
|
| + void OnEolStatus(update_engine::EndOfLifeStatus status);
|
| #endif
|
|
|
| // Specialized instance of the VersionUpdater used to update the browser.
|
|
|