| Index: chrome/browser/ui/webui/settings/certificates_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/certificates_handler.cc b/chrome/browser/ui/webui/settings/certificates_handler.cc
|
| index 16503d8298843d7fd420681c32bccee5eea0b62f..cee659145482ff8a07acd47f4a80018e9cc13c48 100644
|
| --- a/chrome/browser/ui/webui/settings/certificates_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/certificates_handler.cc
|
| @@ -740,7 +740,7 @@ void CertificatesHandler::ImportPersonalSlotUnlocked() {
|
| // for Chrome OS when the "Import and Bind" option is chosen.
|
| bool is_extractable = !use_hardware_backed_;
|
| int result = certificate_manager_model_->ImportFromPKCS12(
|
| - module_.get(), file_data_, password_, is_extractable);
|
| + module_->os_module_handle(), file_data_, password_, is_extractable);
|
| ImportExportCleanup();
|
| int string_id;
|
| switch (result) {
|
|
|