Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1847)

Unified Diff: device/bluetooth/device_unittest.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/adapter_factory.cc ('k') | device/generic_sensor/sensor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « device/bluetooth/adapter_factory.cc ('k') | device/generic_sensor/sensor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698