| 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 1d784a6bf6882008e398f95040359120d19e1307..dae53b43dd6225a35455d8b0fd74fbc4244d3bb0 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| @@ -84,7 +84,7 @@ TEST(PlatformHandleDispatcherTest, CreateEquivalentDispatcherAndClose) {
|
|
|
| scoped_refptr<Dispatcher> generic_dispatcher =
|
| transport.CreateEquivalentDispatcherAndClose();
|
| - ASSERT_TRUE(generic_dispatcher.get());
|
| + ASSERT_TRUE(generic_dispatcher);
|
|
|
| transport.End();
|
| EXPECT_TRUE(dispatcher->HasOneRef());
|
|
|