CertificateList => ScopedCERTCertificateList
This commit is contained in:
parent
0f9f04e4ec
commit
76ef6e3ecc
3 changed files with 16 additions and 15 deletions
|
@ -484,7 +484,7 @@ int ImportIntoCertStore(
|
|||
const base::DictionaryValue& options) {
|
||||
std::string file_data, cert_path;
|
||||
base::string16 password;
|
||||
net::CertificateList imported_certs;
|
||||
net::ScopedCERTCertificateList imported_certs;
|
||||
int rv = -1;
|
||||
options.GetString("certificate", &cert_path);
|
||||
options.GetString("password", &password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue