| Index: chrome/common/sandbox_mac_unittest_helper.mm
|
| ===================================================================
|
| --- chrome/common/sandbox_mac_unittest_helper.mm (revision 55415)
|
| +++ chrome/common/sandbox_mac_unittest_helper.mm (working copy)
|
| @@ -8,12 +8,8 @@
|
| #include <sandbox.h>
|
| }
|
|
|
| -#include <map>
|
| -
|
| -#include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/common/sandbox_mac.h"
|
| -#include "testing/multiprocess_func_list.h"
|
|
|
| namespace {
|
|
|
| @@ -75,8 +71,7 @@
|
| if (test_data)
|
| setenv(kTestDataKey, test_data, 1);
|
|
|
| - base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner",
|
| - false);
|
| + base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner");
|
| int code = -1;
|
| if (!base::WaitForExitCode(child_process, &code)) {
|
| LOG(WARNING) << "base::WaitForExitCode failed";
|
|
|
| Property changes on: chrome\common\sandbox_mac_unittest_helper.mm
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|