Index: chromeos/network/managed_network_configuration_handler_impl.cc |
diff --git a/chromeos/network/managed_network_configuration_handler_impl.cc b/chromeos/network/managed_network_configuration_handler_impl.cc |
index f48efe0d824c35a621b8e4a720f384f310a7502e..f6c8414b9d737ce6bfbb7452e328678912d2077c 100644 |
--- a/chromeos/network/managed_network_configuration_handler_impl.cc |
+++ b/chromeos/network/managed_network_configuration_handler_impl.cc |
@@ -144,7 +144,7 @@ void ManagedNetworkConfigurationHandlerImpl::GetManagedPropertiesCallback( |
const std::string& service_path, |
const base::DictionaryValue& shill_properties) { |
std::string profile_path; |
- shill_properties.GetStringWithoutPathExpansion(flimflam::kProfileProperty, |
+ shill_properties.GetStringWithoutPathExpansion(shill::kProfileProperty, |
&profile_path); |
const NetworkProfile* profile = |
network_profile_handler_->GetProfileForPath(profile_path); |