| Index: components/proximity_auth/proximity_auth_system_unittest.cc
|
| diff --git a/components/proximity_auth/proximity_auth_system_unittest.cc b/components/proximity_auth/proximity_auth_system_unittest.cc
|
| index f8d1be1cd95c9c895456f45e62ac1709867f1060..2184d8756b347ea2285672baedb916c1dec97892 100644
|
| --- a/components/proximity_auth/proximity_auth_system_unittest.cc
|
| +++ b/components/proximity_auth/proximity_auth_system_unittest.cc
|
| @@ -9,8 +9,8 @@
|
| namespace proximity_auth {
|
|
|
| TEST(ProximityAuthSystemTest, GetRemoteDevices) {
|
| - RemoteDevice device1 = { "device 1" };
|
| - RemoteDevice device2 = { "device 2" };
|
| + RemoteDevice device1 = {"device 1"};
|
| + RemoteDevice device2 = {"device 2"};
|
|
|
| std::vector<RemoteDevice> device_list;
|
| device_list.push_back(device1);
|
|
|