| Index: mojo/embedder/platform_channel_pair_posix_unittest.cc
|
| diff --git a/mojo/embedder/platform_channel_pair_posix_unittest.cc b/mojo/embedder/platform_channel_pair_posix_unittest.cc
|
| index 8ca354fb01187848de4d6249320a2e236ee0c66a..523b7676a5c43da2cc9f120d8e4881ef1546e667 100644
|
| --- a/mojo/embedder/platform_channel_pair_posix_unittest.cc
|
| +++ b/mojo/embedder/platform_channel_pair_posix_unittest.cc
|
| @@ -53,7 +53,7 @@ class PlatformChannelPairPosixTest : public testing::Test {
|
|
|
| virtual void TearDown() OVERRIDE {
|
| // Restore the |SIGPIPE| handler.
|
| - ASSERT_EQ(0, sigaction(SIGPIPE, &old_action_, NULL));
|
| + ASSERT_EQ(0, sigaction(SIGPIPE, &old_action_, nullptr));
|
| }
|
|
|
| private:
|
|
|