| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| index e6c1b8bffc39602e0de434bda42abd9f8e0e8c1a..84d86ccf534636d6f61cd2e6e302aaf5a0de3b5f 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| @@ -521,7 +521,7 @@ void PopulateVPNDetails(
|
| hostname_ui_data.ParseOncProperty(
|
| vpn->ui_data(), &onc,
|
| base::StringPrintf("%s.%s",
|
| - chromeos::onc::kVPN,
|
| + chromeos::onc::network_config::kVPN,
|
| chromeos::onc::vpn::kHost));
|
| SetValueDictionary(dictionary, kTagServerHostname,
|
| new base::StringValue(vpn->server_hostname()),
|
| @@ -1355,7 +1355,7 @@ void InternetOptionsHandler::PopulateIPConfigsCallback(
|
| auto_connect_ui_data.ParseOncProperty(
|
| ui_data, onc,
|
| base::StringPrintf("%s.%s",
|
| - chromeos::onc::kWiFi,
|
| + chromeos::onc::network_config::kWiFi,
|
| chromeos::onc::wifi::kAutoConnect));
|
| }
|
| SetValueDictionary(&dictionary, kTagAutoConnect,
|
|
|