| 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 71cf6d9a90cae70fbb15d467cd242a31ba86b811..c869752cb8d1d8c124b9eb5cf916e445213e5083 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()),
|
| @@ -1345,7 +1345,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,
|
|
|