| Index: ipc/ipc_channel_posix_unittest.cc
|
| diff --git a/ipc/ipc_channel_posix_unittest.cc b/ipc/ipc_channel_posix_unittest.cc
|
| index eca78f16aef1ef3cad888824a9558180929d839b..dbd854e16c69813da66a9ec14d116ca9e6891784 100644
|
| --- a/ipc/ipc_channel_posix_unittest.cc
|
| +++ b/ipc/ipc_channel_posix_unittest.cc
|
| @@ -159,7 +159,7 @@ void IPCChannelPosixTest::SetUpSocket(IPC::ChannelHandle *handle,
|
| // Make sure the path we need exists.
|
| base::FilePath path(name);
|
| base::FilePath dir_path = path.DirName();
|
| - ASSERT_TRUE(file_util::CreateDirectory(dir_path));
|
| + ASSERT_TRUE(base::CreateDirectory(dir_path));
|
| ASSERT_GE(bind(socket_fd,
|
| reinterpret_cast<struct sockaddr *>(&server_address),
|
| server_address_len), 0) << server_address.sun_path
|
|
|