| Index: device/usb/mojo/device_impl_unittest.cc
|
| diff --git a/device/usb/mojo/device_impl_unittest.cc b/device/usb/mojo/device_impl_unittest.cc
|
| index 5bb40e6e23a0effd29afaacfa6cc61b75405b89a..f4d8b933a6d7760efaf8de1eee3a75183cdf5e65 100644
|
| --- a/device/usb/mojo/device_impl_unittest.cc
|
| +++ b/device/usb/mojo/device_impl_unittest.cc
|
| @@ -181,7 +181,7 @@ class USBDeviceImplTest : public testing::Test {
|
| new DeviceImpl(
|
| mock_device_,
|
| DeviceInfo::From(static_cast<const UsbDevice&>(*mock_device_)),
|
| - permission_provider_.GetWeakPtr(), mojo::GetProxy(&proxy));
|
| + permission_provider_.GetWeakPtr(), mojo::MakeRequest(&proxy));
|
|
|
| // Set up mock handle calls to respond based on mock device configs
|
| // established by the test.
|
|
|