| Index: ipc/ipc_send_fds_test.cc
|
| diff --git a/ipc/ipc_send_fds_test.cc b/ipc/ipc_send_fds_test.cc
|
| index 033ae397e41ecbcef17870b9b5a6593f344b9abe..94a5a71744ab8a40a7ef93b792411e3e2c007bc8 100644
|
| --- a/ipc/ipc_send_fds_test.cc
|
| +++ b/ipc/ipc_send_fds_test.cc
|
| @@ -196,8 +196,8 @@ MULTIPROCESS_IPC_TEST_CLIENT_MAIN(SendFdsSandboxedClient) {
|
|
|
| // Enable the sandbox.
|
| char* error_buff = NULL;
|
| - int error = sandbox::Seatbelt::Init(kSBXProfilePureComputation, SANDBOX_NAMED,
|
| - &error_buff);
|
| + int error = sandbox::Seatbelt::Init(
|
| + sandbox::Seatbelt::kProfilePureComputation, SANDBOX_NAMED, &error_buff);
|
| bool success = (error == 0 && error_buff == NULL);
|
| if (!success)
|
| return -1;
|
|
|