| Index: chrome/browser/ui/webui/help/version_updater_mac.h
|
| diff --git a/chrome/browser/ui/webui/help/version_updater_mac.h b/chrome/browser/ui/webui/help/version_updater_mac.h
|
| index f2a82bcec87c2b8c357d43abef8c736039144f86..04930bf8d5baf340f9d99afd691a577e40791c64 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_mac.h
|
| +++ b/chrome/browser/ui/webui/help/version_updater_mac.h
|
| @@ -19,9 +19,9 @@ class VersionUpdaterMac : public VersionUpdater {
|
| public:
|
| // VersionUpdater implementation.
|
| virtual void CheckForUpdate(const StatusCallback& status_callback,
|
| - const PromoteCallback& promote_callback) OVERRIDE;
|
| - virtual void PromoteUpdater() const OVERRIDE;
|
| - virtual void RelaunchBrowser() const OVERRIDE;
|
| + const PromoteCallback& promote_callback) override;
|
| + virtual void PromoteUpdater() const override;
|
| + virtual void RelaunchBrowser() const override;
|
|
|
| // Process status updates received from Keystone. The dictionary will contain
|
| // an AutoupdateStatus value as an intValue at key kAutoupdateStatusStatus. If
|
|
|