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

Unified Diff: mojo/public/cpp/bindings/tests/sample_service_unittest.cc

Issue 2403533003: Mojo C++ Bindings: Support custom impl ref types (Closed)
Patch Set: nit, move Created 4 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
Index: mojo/public/cpp/bindings/tests/sample_service_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/sample_service_unittest.cc b/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
index 00a8dbfb4f27a295b491c12740fdd4f0793aa6bb..3415d6dfc5012eff10395601298cc9c989e1e1c2 100644
--- a/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
@@ -310,7 +310,7 @@ class SimpleMessageReceiver : public mojo::MessageReceiverWithResponder {
// the system. It receives the incoming message.
ServiceImpl impl;
- ServiceStub stub;
+ ServiceStub<> stub;
stub.set_sink(&impl);
return stub.Accept(message);
}

Powered by Google App Engine
This is Rietveld 408576698