| Index: chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| diff --git a/chrome/browser/ui/webui/help/version_updater_chromeos.h b/chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| index dca7c6bc5f7d24bdbd2c65681653a5ec2572beb1..2e87e8ec31d8e308b9ace14390f101f02704d432 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| +++ b/chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| @@ -13,13 +13,6 @@
|
|
|
| class VersionUpdaterCros : public VersionUpdater,
|
| public chromeos::UpdateEngineClient::Observer {
|
| - public:
|
| - // VersionUpdater implementation.
|
| - virtual void CheckForUpdate(const StatusCallback& callback) OVERRIDE;
|
| - virtual void RelaunchBrowser() const OVERRIDE;
|
| - virtual void SetReleaseChannel(const std::string& channel) OVERRIDE;
|
| - virtual void GetReleaseChannel(const ChannelCallback& callback) OVERRIDE;
|
| -
|
| protected:
|
| friend class VersionUpdater;
|
|
|
| @@ -28,6 +21,12 @@ class VersionUpdaterCros : public VersionUpdater,
|
| virtual ~VersionUpdaterCros();
|
|
|
| private:
|
| + // VersionUpdater implementation.
|
| + virtual void CheckForUpdate(const StatusCallback& callback) OVERRIDE;
|
| + virtual void RelaunchBrowser() const OVERRIDE;
|
| + virtual void SetReleaseChannel(const std::string& channel) OVERRIDE;
|
| + virtual void GetReleaseChannel(const ChannelCallback& callback) OVERRIDE;
|
| +
|
| // UpdateEngineClient::Observer implementation.
|
| virtual void UpdateStatusChanged(
|
| const chromeos::UpdateEngineClient::Status& status) OVERRIDE;
|
|
|