Index: device/bluetooth/device_unittest.cc |
diff --git a/device/bluetooth/device_unittest.cc b/device/bluetooth/device_unittest.cc |
index 140dbc24dc65684acab0cf259b78b752b81e17ff..b1e9ae1a36b847c9e60d1f3fb12cbbceeacebf1d 100644 |
--- a/device/bluetooth/device_unittest.cc |
+++ b/device/bluetooth/device_unittest.cc |
@@ -72,7 +72,7 @@ class BluetoothInterfaceDeviceTest : public testing::Test { |
auto connection = base::MakeUnique<NiceMockBluetoothGattConnection>( |
adapter_, device_.GetAddress()); |
- Device::Create(adapter_, std::move(connection), mojo::GetProxy(&proxy_)); |
+ Device::Create(adapter_, std::move(connection), mojo::MakeRequest(&proxy_)); |
proxy_.set_connection_error_handler( |
base::Bind(&BluetoothInterfaceDeviceTest::OnConnectionError, |