| Index: chromeos/network/client_cert_util.h
|
| diff --git a/chromeos/network/client_cert_util.h b/chromeos/network/client_cert_util.h
|
| index 6b4141343bff42a7d6fe72a6a79c9a3c980fd2bf..e687e060a1c6b0bc496f20e65eafb94a5c335504 100644
|
| --- a/chromeos/network/client_cert_util.h
|
| +++ b/chromeos/network/client_cert_util.h
|
| @@ -35,6 +35,7 @@ enum ConfigType {
|
|
|
| struct CHROMEOS_EXPORT ClientCertConfig {
|
| ClientCertConfig();
|
| + ClientCertConfig(const ClientCertConfig& other);
|
|
|
| // Independent of whether the client cert (pattern or reference) is
|
| // configured, the location determines whether this network configuration
|
|
|