| Index: content/common/sandbox_mac_unittest_helper.mm
|
| diff --git a/content/common/sandbox_mac_unittest_helper.mm b/content/common/sandbox_mac_unittest_helper.mm
|
| index 5e52e2af3700bceb9825fb65486a43617ad482de..c0b6b1fad95b1e5d66fb20a8ce1817247d3aea0e 100644
|
| --- a/content/common/sandbox_mac_unittest_helper.mm
|
| +++ b/content/common/sandbox_mac_unittest_helper.mm
|
| @@ -125,7 +125,7 @@ namespace {
|
|
|
| // Main function for driver process that enables the sandbox and runs test
|
| // code.
|
| -MULTIPROCESS_TEST_MAIN(mac_sandbox_test_runner) {
|
| +MULTIPROCESS_TEST_MAIN(mac_sandbox_test_runner, NULL) {
|
| TestContentClient content_client;
|
| content::SetContentClient(&content_client);
|
| // Extract parameters.
|
|
|