| Index: device/vr/vr_display_impl_unittest.cc
|
| diff --git a/device/vr/vr_display_impl_unittest.cc b/device/vr/vr_display_impl_unittest.cc
|
| index 3138dcae51abedaa6b2e3324c58092f06d813ebd..f53fde62b7e5aa8bea29bb27bc0aeb26c6a5940e 100644
|
| --- a/device/vr/vr_display_impl_unittest.cc
|
| +++ b/device/vr/vr_display_impl_unittest.cc
|
| @@ -119,7 +119,7 @@ TEST_F(VRDisplayImplTest, DeviceChangedDispatched) {
|
|
|
| base::RunLoop().RunUntilIdle();
|
|
|
| - for (auto client : clients_)
|
| + for (auto* client : clients_)
|
| EXPECT_TRUE(client->CheckDeviceId(device()->id()));
|
| }
|
| }
|
|
|