Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: chrome/common/sandbox_mac_unittest_helper.mm

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/sandbox_mac_unittest_helper.h ('k') | chrome/renderer/renderer_main_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/sandbox_mac_unittest_helper.h ('k') | chrome/renderer/renderer_main_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698