| Index: chrome/browser/chromeos/options/wifi_config_view.cc
|
| diff --git a/chrome/browser/chromeos/options/wifi_config_view.cc b/chrome/browser/chromeos/options/wifi_config_view.cc
|
| index 9827218f704ea96b482cb64d7d225ff023e0c3b7..c8e9e316005b24cf7716b28cf809358f71d738c8 100644
|
| --- a/chrome/browser/chromeos/options/wifi_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/wifi_config_view.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/chromeos/enrollment_dialog_view.h"
|
| -#include "chrome/browser/chromeos/options/network_connect.h"
|
| +#include "chrome/browser/chromeos/net/onc_utils.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chromeos/login/login_state.h"
|
| #include "chromeos/network/network_configuration_handler.h"
|
| @@ -1265,7 +1265,7 @@ void WifiConfigView::ParseWiFiUIProperty(
|
| const std::string& key) {
|
| onc::ONCSource onc_source = onc::ONC_SOURCE_NONE;
|
| const base::DictionaryValue* onc =
|
| - network_connect::FindPolicyForActiveUser(network, &onc_source);
|
| + onc::FindPolicyForActiveUser(network->guid(), &onc_source);
|
|
|
| property_ui_data->ParseOncProperty(
|
| onc_source,
|
|
|