| 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 8247c18cf801f60b83927b28036d752b66355597..ae52f47cc37920df98aaaf9b0ec1d085a01c3626 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"
|
| @@ -1301,7 +1301,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,
|
|
|