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

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

Issue 1926123002: Add a ctor for InterfaceRequest<I> that takes a ScopedMessagePipeHandle, and remove MakeRequest<I>(… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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 | « mojo/public/cpp/bindings/lib/array_serialization.h ('k') | services/ui/input_manager/input_associate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/validation_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/validation_unittest.cc b/mojo/public/cpp/bindings/tests/validation_unittest.cc
index f2cba6214c96108ee3fc8ecf6c4144da9e09f52f..70bd75b2db570463db7e807b280e117f23206325 100644
--- a/mojo/public/cpp/bindings/tests/validation_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/validation_unittest.cc
@@ -459,7 +459,7 @@ TEST_F(ValidationIntegrationTest, Binding) {
IntegrationTestInterfaceImpl interface_impl;
Binding<IntegrationTestInterface> binding(
&interface_impl,
- MakeRequest<IntegrationTestInterface>(testee_endpoint().Pass()));
+ InterfaceRequest<IntegrationTestInterface>(testee_endpoint().Pass()));
binding.internal_router()->EnableTestingMode();
mojo::internal::MessageValidatorList validators;
« no previous file with comments | « mojo/public/cpp/bindings/lib/array_serialization.h ('k') | services/ui/input_manager/input_associate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698