| Index: components/update_client/component_unpacker.cc
|
| diff --git a/components/update_client/component_unpacker.cc b/components/update_client/component_unpacker.cc
|
| index 27d75b9f14af689a0eb43df556bc5f4e6c95e0c5..eb1b2d89d97aff4a25135e3956d76392e9a1485a 100644
|
| --- a/components/update_client/component_unpacker.cc
|
| +++ b/components/update_client/component_unpacker.cc
|
| @@ -102,9 +102,9 @@ ComponentUnpacker::ComponentUnpacker(
|
| const std::vector<uint8_t>& pk_hash,
|
| const base::FilePath& path,
|
| const std::string& fingerprint,
|
| - ComponentInstaller* installer,
|
| - scoped_refptr<OutOfProcessPatcher> oop_patcher,
|
| - scoped_refptr<base::SequencedTaskRunner> task_runner)
|
| + const scoped_refptr<ComponentInstaller>& installer,
|
| + const scoped_refptr<OutOfProcessPatcher>& oop_patcher,
|
| + const scoped_refptr<base::SequencedTaskRunner>& task_runner)
|
| : pk_hash_(pk_hash),
|
| path_(path),
|
| is_delta_(false),
|
|
|