| Index: mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| diff --git a/mojo/edk/system/platform_handle_dispatcher_unittest.cc b/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| index 232c7df08787fc5334da5a534673e20898bf163b..938c220946ccd3109c8bfb0ddb47a315fedb673e 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| @@ -102,7 +102,8 @@ TEST(PlatformHandleDispatcherTest, CreateEquivalentDispatcherAndClose) {
|
| EXPECT_EQ(Dispatcher::Type::PLATFORM_HANDLE, transport.GetType());
|
| EXPECT_FALSE(transport.IsBusy());
|
|
|
| - auto generic_dispatcher = transport.CreateEquivalentDispatcherAndClose();
|
| + auto generic_dispatcher =
|
| + transport.CreateEquivalentDispatcherAndClose(nullptr, 0u);
|
| ASSERT_TRUE(generic_dispatcher);
|
|
|
| transport.End();
|
|
|