| Index: chromeos/dbus/shill_service_client_unittest.cc
 | 
| diff --git a/chromeos/dbus/shill_service_client_unittest.cc b/chromeos/dbus/shill_service_client_unittest.cc
 | 
| index b53e5cad0b6699fef3530d13078afc15df50c1f7..7adc82850dcc43007613fbb2c886ca2d81706ade 100644
 | 
| --- a/chromeos/dbus/shill_service_client_unittest.cc
 | 
| +++ b/chromeos/dbus/shill_service_client_unittest.cc
 | 
| @@ -117,7 +117,7 @@ TEST_F(ShillServiceClientTest, SetProperty) {
 | 
|    std::unique_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
 | 
|  
 | 
|    // Set expectations.
 | 
| -  const base::StringValue value(kValue);
 | 
| +  const base::Value value(kValue);
 | 
|    PrepareForMethodCall(shill::kSetPropertyFunction,
 | 
|                         base::Bind(&ExpectStringAndValueArguments,
 | 
|                                    shill::kPassphraseProperty,
 | 
| 
 |