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 d672bfb97f47e5bf45931c086d844f1167f1ac96..31f491e7e9238d3bfab3cf0c5ca2e5587ea3243c 100644 |
--- a/mojo/public/cpp/bindings/tests/validation_unittest.cc |
+++ b/mojo/public/cpp/bindings/tests/validation_unittest.cc |
@@ -435,7 +435,7 @@ TEST_F(ValidationTest, ResponseBoundsCheck) { |
// - X::ResponseValidator_ |
TEST_F(ValidationIntegrationTest, InterfacePtr) { |
IntegrationTestInterfacePtr interface_ptr = MakeProxy( |
- InterfacePtrInfo<IntegrationTestInterface>(testee_endpoint().Pass(), 0u)); |
+ InterfaceHandle<IntegrationTestInterface>(testee_endpoint().Pass(), 0u)); |
interface_ptr.internal_state()->router_for_testing()->EnableTestingMode(); |
mojo::internal::MessageValidatorList validators; |