| Index: chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| diff --git a/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc b/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| index 54e403331dd4cc0e51049da1904d3ca8f47a9834..55c3919ee586c53efd2f3bfe815707f3df8e179a 100644
|
| --- a/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| +++ b/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| @@ -94,7 +94,7 @@ void NetworkConfigurationUpdaterImpl::ApplyNetworkConfiguration(
|
|
|
| base::ListValue network_configs;
|
| base::ListValue certificates;
|
| - ParseAndValidateOncForImport(
|
| + chromeos::onc::ParseAndValidateOncForImport(
|
| onc_blob, onc_source, "", &network_configs, &certificates);
|
|
|
| std::string userhash = onc_source == chromeos::onc::ONC_SOURCE_USER_POLICY ?
|
|
|