| 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 c355e4b1598b0e4861b9b1a3c9439a1f32e9c3ac..0b989413a3f08aecfced0efe1330e8923114873e 100644
|
| --- a/chrome/browser/chromeos/options/vpn_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/vpn_config_view.cc
|
| @@ -8,9 +8,11 @@
|
| #include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| +#include "chrome/browser/chromeos/cros/network_library.h"
|
| #include "chrome/browser/chromeos/enrollment_dialog_view.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/net/x509_certificate_model.h"
|
| +#include "chromeos/network/network_ui_data.h"
|
| #include "chromeos/network/onc/onc_constants.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| @@ -897,7 +899,7 @@ void VPNConfigView::ParseVPNUIProperty(NetworkPropertyUIData* property_ui_data,
|
| VLOG_IF(1, !onc) << "No ONC found for VPN network " << network->unique_id();
|
|
|
| property_ui_data->ParseOncProperty(
|
| - network->ui_data(), onc,
|
| + network->ui_data().onc_source(), onc,
|
| base::StringPrintf("%s.%s.%s",
|
| onc::network_config::kVPN,
|
| dict_key.c_str(),
|
|
|