| Index: chromeos/network/network_configuration_handler.cc
|
| diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc
|
| index bdc8c0c433c2bb1af630cedab88cd16358f53122..271bcb0fd754ca79668e2158544c96893fecc950 100644
|
| --- a/chromeos/network/network_configuration_handler.cc
|
| +++ b/chromeos/network/network_configuration_handler.cc
|
| @@ -365,7 +365,7 @@ void NetworkConfigurationHandler::SetNetworkProfile(
|
| const network_handler::ErrorCallback& error_callback) {
|
| NET_LOG(USER) << "SetNetworkProfile: " << service_path << ": "
|
| << profile_path;
|
| - base::StringValue profile_path_value(profile_path);
|
| + base::Value profile_path_value(profile_path);
|
| DBusThreadManager::Get()->GetShillServiceClient()->SetProperty(
|
| dbus::ObjectPath(service_path), shill::kProfileProperty,
|
| profile_path_value,
|
|
|