Index: mojo/system/platform_handle_dispatcher_unittest.cc |
diff --git a/mojo/system/platform_handle_dispatcher_unittest.cc b/mojo/system/platform_handle_dispatcher_unittest.cc |
index 62247e7db9796165b2db0980f153924e4da9a486..7a68e452765e2b3f7849bfee4b479547c26f9838 100644 |
--- a/mojo/system/platform_handle_dispatcher_unittest.cc |
+++ b/mojo/system/platform_handle_dispatcher_unittest.cc |
@@ -88,7 +88,7 @@ TEST(PlatformHandleDispatcherTest, CreateEquivalentDispatcherAndClose) { |
transport.End(); |
EXPECT_TRUE(dispatcher->HasOneRef()); |
- dispatcher = NULL; |
+ dispatcher = nullptr; |
ASSERT_EQ(Dispatcher::kTypePlatformHandle, generic_dispatcher->GetType()); |
dispatcher = static_cast<PlatformHandleDispatcher*>(generic_dispatcher.get()); |