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

Unified Diff: device/serial/serial_connection_unittest.cc

Issue 629523003: Rename Get to GetProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix device Created 6 years, 2 months 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 | « content/browser/frame_host/render_frame_host_impl.cc ('k') | device/serial/serial_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_connection_unittest.cc
diff --git a/device/serial/serial_connection_unittest.cc b/device/serial/serial_connection_unittest.cc
index 518dbcb610a98169f63b97c8512c744a4f5c1abe..ed4fc39530fe944c6f218c19606c01bfb63d81e3 100644
--- a/device/serial/serial_connection_unittest.cc
+++ b/device/serial/serial_connection_unittest.cc
@@ -78,9 +78,9 @@ class SerialConnectionTest : public testing::Test, public mojo::ErrorHandler {
mojo::InterfacePtr<serial::DataSource> producer;
service->Connect("device",
serial::ConnectionOptions::New(),
- mojo::Get(&connection_),
- mojo::Get(&consumer),
- mojo::Get(&producer));
+ mojo::GetProxy(&connection_),
+ mojo::GetProxy(&consumer),
+ mojo::GetProxy(&producer));
sender_.reset(new DataSender(
consumer.Pass(), kBufferSize, serial::SEND_ERROR_DISCONNECTED));
receiver_ = new DataReceiver(
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | device/serial/serial_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698