| Index: chrome/browser/chromeos/net/managed_network_configuration_handler.cc | 
| diff --git a/chrome/browser/chromeos/net/managed_network_configuration_handler.cc b/chrome/browser/chromeos/net/managed_network_configuration_handler.cc | 
| index 27ea5fadea447d672a819b11ce208a3a27c21b0f..297265cf3ef139249084560b5c040b7e2fc14725 100644 | 
| --- a/chrome/browser/chromeos/net/managed_network_configuration_handler.cc | 
| +++ b/chrome/browser/chromeos/net/managed_network_configuration_handler.cc | 
| @@ -64,7 +64,7 @@ void TranslatePropertiesAndRunCallback( | 
| scoped_ptr<base::DictionaryValue> onc_network( | 
| onc::TranslateShillServiceToONCPart( | 
| shill_properties, | 
| -          &onc::kNetworkConfigurationSignature)); | 
| +          &onc::kNetworkWithStateSignature)); | 
| callback.Run(service_path, *onc_network); | 
| } | 
|  | 
| @@ -130,9 +130,8 @@ void ManagedNetworkConfigurationHandler::SetProperties( | 
| // TODO(pneubeck): Enforce policies. | 
|  | 
| scoped_ptr<base::DictionaryValue> shill_dictionary( | 
| -      onc::TranslateONCObjectToShill( | 
| -          &onc::kNetworkConfigurationSignature, | 
| -          properties)); | 
| +      onc::TranslateONCObjectToShill(&onc::kNetworkConfigurationSignature, | 
| +                                     properties)); | 
|  | 
| NetworkConfigurationHandler::Get()->SetProperties(service_path, | 
| *shill_dictionary, | 
|  |