| 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 2173f05f0cff4a1e4be4ebf7486c1eb1c798b616..696ab4328c295a07084999cc5bd4b75e46d7e089 100644
|
| --- a/chrome/browser/component_updater/recovery_component_installer.cc
|
| +++ b/chrome/browser/component_updater/recovery_component_installer.cc
|
| @@ -176,8 +176,8 @@ void ElevatedInstallRecoveryComponent(const base::FilePath& installer_path) {
|
| class RecoveryComponentInstaller : public update_client::ComponentInstaller {
|
| public:
|
| RecoveryComponentInstaller(const Version& version, PrefService* prefs);
|
| - ~RecoveryComponentInstaller() override {}
|
|
|
| + // ComponentInstaller implementation:
|
| void OnUpdateError(int error) override;
|
|
|
| bool Install(const base::DictionaryValue& manifest,
|
| @@ -187,6 +187,8 @@ class RecoveryComponentInstaller : public update_client::ComponentInstaller {
|
| base::FilePath* installed_file) override;
|
|
|
| private:
|
| + ~RecoveryComponentInstaller() override {}
|
| +
|
| bool RunInstallCommand(const base::CommandLine& cmdline,
|
| const base::FilePath& installer_folder) const;
|
|
|
|
|