| Index: chrome/browser/component_updater/recovery_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc
|
| index de998cf38b521cad7bc1f14c3e41ae7cbe42539e..d52e84c77bc9f04b330487da2c0cd0a2e8c9d86a 100644
|
| --- a/chrome/browser/component_updater/recovery_component_installer.cc
|
| +++ b/chrome/browser/component_updater/recovery_component_installer.cc
|
| @@ -56,13 +56,13 @@ class RecoveryComponentInstaller : public ComponentInstaller {
|
|
|
| virtual ~RecoveryComponentInstaller() {}
|
|
|
| - virtual void OnUpdateError(int error) OVERRIDE;
|
| + virtual void OnUpdateError(int error) override;
|
|
|
| virtual bool Install(const base::DictionaryValue& manifest,
|
| - const base::FilePath& unpack_path) OVERRIDE;
|
| + const base::FilePath& unpack_path) override;
|
|
|
| virtual bool GetInstalledFile(const std::string& file,
|
| - base::FilePath* installed_file) OVERRIDE;
|
| + base::FilePath* installed_file) override;
|
|
|
| private:
|
| Version current_version_;
|
|
|