| Index: chrome/test/reliability/run_all_unittests.cc
|
| ===================================================================
|
| --- chrome/test/reliability/run_all_unittests.cc (revision 7931)
|
| +++ chrome/test/reliability/run_all_unittests.cc (working copy)
|
| @@ -2,12 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/at_exit.h"
|
| -#include "base/process_util.h"
|
| #include "chrome/test/reliability/reliability_test_suite.h"
|
|
|
| int main(int argc, char **argv) {
|
| - base::EnableTerminationOnHeapCorruption();
|
| return ReliabilityTestSuite(argc, argv).Run();
|
| }
|
|
|
|
|