Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: chrome/browser/chromeos/policy/network_configuration_updater_impl.cc

Issue 18068015: Qualify function calls in NetworkConfigurationUpdater. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/network_configuration_updater_impl_cros.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ?
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/network_configuration_updater_impl_cros.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698