Index: services/video_capture/test/service_unittest.cc |
diff --git a/services/video_capture/test/service_unittest.cc b/services/video_capture/test/service_unittest.cc |
index c79f96460cea1844f96b1376c43f5b9db5475127..7f38215707df407b0710752df3e4db4ddd08929d 100644 |
--- a/services/video_capture/test/service_unittest.cc |
+++ b/services/video_capture/test/service_unittest.cc |
@@ -63,7 +63,7 @@ TEST_F(ServiceTest, ErrorCodeOnCreateDeviceForInvalidDescriptor) { |
.Times(1) |
.WillOnce(InvokeWithoutArgs([&wait_loop]() { wait_loop.Quit(); })); |
factory_->CreateDevice( |
- invalid_device_id, mojo::GetProxy(&fake_device_proxy), |
+ invalid_device_id, mojo::MakeRequest(&fake_device_proxy), |
base::Bind(&MockCreateDeviceProxyCallback::Run, |
base::Unretained(&create_device_proxy_callback))); |
wait_loop.Run(); |