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

Unified Diff: webkit/tools/test_shell/run_all_tests.cc

Issue 8414020: Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
« sandbox/src/sandbox_types.h ('K') | « sandbox/src/sandbox_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/run_all_tests.cc
===================================================================
--- webkit/tools/test_shell/run_all_tests.cc (revision 107639)
+++ webkit/tools/test_shell/run_all_tests.cc (working copy)
@@ -13,7 +13,6 @@
#endif
#include "base/command_line.h"
-#include "base/mac/scoped_nsautorelease_pool.h"
#include "base/message_loop.h"
#include "base/process_util.h"
#include "base/test/test_suite.h"
@@ -28,6 +27,7 @@
#if defined(OS_MACOSX)
#include "base/mac/mac_util.h"
+#include "base/mac/scoped_nsautorelease_pool.h"
#include "base/path_service.h"
#endif
@@ -106,7 +106,9 @@
};
int main(int argc, char** argv) {
+#if defined(OS_MACOSX)
base::mac::ScopedNSAutoreleasePool scoped_pool;
+#endif
TestShellPlatformDelegate::PreflightArgs(&argc, &argv);
return TestShellTestSuite(argc, argv).Run();
« sandbox/src/sandbox_types.h ('K') | « sandbox/src/sandbox_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698