| Index: mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| index b915bcbbf756d642f1bd66210eea05076b150aae..8f1de632dee82a32874a97f8733485fbb9dbc1e3 100644
|
| --- a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| @@ -278,7 +278,7 @@ TEST_F(InterfacePtrTest, Resettable) {
|
| a.reset();
|
|
|
| EXPECT_TRUE(!a.get());
|
| - EXPECT_FALSE(a.internal_state()->router());
|
| + EXPECT_FALSE(a.internal_state()->router_for_testing());
|
|
|
| // Test that handle was closed.
|
| EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, CloseRaw(handle));
|
|
|