| Index: chrome/browser/chromeos/options/vpn_config_view.cc
|
| diff --git a/chrome/browser/chromeos/options/vpn_config_view.cc b/chrome/browser/chromeos/options/vpn_config_view.cc
|
| index 6361abfa4a00800eb5b5014a484beb928054be68..f059ee8f19f9f65dba14fe24e0f9d80c534623e9 100644
|
| --- a/chrome/browser/chromeos/options/vpn_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/vpn_config_view.cc
|
| @@ -782,7 +782,7 @@ void VPNConfigView::ParseUIProperties(const NetworkState* vpn) {
|
| ParseVPNUIProperty(vpn, type_dict_name, ::onc::openvpn::kServerCARef,
|
| &ca_cert_ui_data_);
|
| }
|
| - ParseVPNUIProperty(vpn, type_dict_name, ::onc::vpn::kClientCertRef,
|
| + ParseVPNUIProperty(vpn, type_dict_name, ::onc::client_cert::kClientCertRef,
|
| &user_cert_ui_data_);
|
|
|
| const std::string credentials_dict_name(
|
|
|