| Index: chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| diff --git a/chrome/browser/component_updater/component_patcher_operation_out_of_process.h b/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| index fdda7a01783cf97eb031ac1236b377c55f3f718a..88c4c602dd5a4f5d35c3925c5357f8a9c2e1ea8e 100644
|
| --- a/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| +++ b/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| @@ -27,15 +27,15 @@ class ChromeOutOfProcessPatcher : public OutOfProcessPatcher {
|
| ChromeOutOfProcessPatcher();
|
|
|
| // DeltaUpdateOpPatch::OutOfProcessPatcher implementation.
|
| - virtual void Patch(const std::string& operation,
|
| - scoped_refptr<base::SequencedTaskRunner> task_runner,
|
| - const base::FilePath& input_abs_path,
|
| - const base::FilePath& patch_abs_path,
|
| - const base::FilePath& output_abs_path,
|
| - base::Callback<void(int result)> callback) override;
|
| + void Patch(const std::string& operation,
|
| + scoped_refptr<base::SequencedTaskRunner> task_runner,
|
| + const base::FilePath& input_abs_path,
|
| + const base::FilePath& patch_abs_path,
|
| + const base::FilePath& output_abs_path,
|
| + base::Callback<void(int result)> callback) override;
|
|
|
| private:
|
| - virtual ~ChromeOutOfProcessPatcher();
|
| + ~ChromeOutOfProcessPatcher() override;
|
|
|
| scoped_refptr<PatchHost> host_;
|
|
|
|
|