| Index: mojo/edk/system/remote_message_pipe_unittest.cc
|
| diff --git a/mojo/edk/system/remote_message_pipe_unittest.cc b/mojo/edk/system/remote_message_pipe_unittest.cc
|
| index 53e6a53fea795a715059aa03e814b1a6c573f659..bf608fbedc5cd15eccab3a0e4fa8915cff219b15 100644
|
| --- a/mojo/edk/system/remote_message_pipe_unittest.cc
|
| +++ b/mojo/edk/system/remote_message_pipe_unittest.cc
|
| @@ -1040,7 +1040,7 @@ TEST_F(RemoteMessagePipeTest, MAYBE_PlatformHandlePassing) {
|
|
|
| base::FilePath unused;
|
| base::ScopedFILE fp(
|
| - CreateAndOpenTemporaryFileInDir(temp_dir.path(), &unused));
|
| + base::CreateAndOpenTemporaryFileInDir(temp_dir.path(), &unused));
|
| EXPECT_EQ(sizeof(kHello), fwrite(kHello, 1, sizeof(kHello), fp.get()));
|
| // We'll try to pass this dispatcher, which will cause a |PlatformHandle| to
|
| // be passed.
|
|
|