| 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;
|
|
|