| Index: chromeos/network/shill_property_handler_unittest.cc
|
| diff --git a/chromeos/network/shill_property_handler_unittest.cc b/chromeos/network/shill_property_handler_unittest.cc
|
| index def23f960a8ee9f7d2270542cdf93bfa89e7f4dc..9f6e6098e710e8990a558947b6ed4a5bea7af6e9 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -171,7 +171,7 @@ class ShillPropertyHandlerTest : public testing::Test {
|
| void AddDevice(const std::string& type, const std::string& id) {
|
| ASSERT_TRUE(IsValidType(type));
|
| manager_test_->AddDevice(id);
|
| - device_test_->AddDevice(id, type, std::string("/device/" + id), "/stub");
|
| + device_test_->AddDevice(id, type, std::string("/device/" + id));
|
| }
|
|
|
| void RemoveDevice(const std::string& id) {
|
|
|