| Index: chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
|
| diff --git a/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc b/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
|
| index 983812b25bc6717811fe0c30e7880898029f5912..594f9d7293832cdb3463e48be56ffe77075c190d 100644
|
| --- a/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
|
| +++ b/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
|
| @@ -554,8 +554,8 @@ void SelectCertificatesOnIOThread(
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| state->cert_store_.reset(new ClientCertStoreChromeOS(
|
| nullptr, // no additional provider
|
| - base::WrapUnique(new ClientCertFilterChromeOS(state->use_system_key_slot_,
|
| - state->username_hash_)),
|
| + base::MakeUnique<ClientCertFilterChromeOS>(state->use_system_key_slot_,
|
| + state->username_hash_),
|
| ClientCertStoreChromeOS::PasswordDelegateFactory()));
|
|
|
| state->certs_.reset(new net::CertificateList);
|
|
|