| Index: components/update_client/update_client.h
|
| diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
|
| index 7e6329fb64b7944a32e37410344d16595e4debf1..12d19c951487b3505679e5106fd3b573d08c6825 100644
|
| --- a/components/update_client/update_client.h
|
| +++ b/components/update_client/update_client.h
|
| @@ -182,6 +182,7 @@ class CrxInstaller : public base::RefCountedThreadSafe<CrxInstaller> {
|
| // TODO(sorin): this structure will be refactored soon.
|
| struct CrxComponent {
|
| CrxComponent();
|
| + CrxComponent(const CrxComponent& other);
|
| ~CrxComponent();
|
|
|
| // SHA256 hash of the CRX's public key.
|
|
|