| Index: chrome/test/mini_installer_test/run_all_unittests.cc
|
| ===================================================================
|
| --- chrome/test/mini_installer_test/run_all_unittests.cc (revision 55415)
|
| +++ chrome/test/mini_installer_test/run_all_unittests.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| -#include "base/process_util.h"
|
| #include "base/test/test_suite.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/installer/util/util_constants.h"
|
| @@ -45,7 +44,7 @@
|
| // with cleaning the system or make a backup before continuing.
|
| CommandLine::Init(argc, argv);
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - base::TestSuite test_suite(argc, argv);
|
| + TestSuite test_suite = TestSuite(argc, argv);
|
| if (command_line.HasSwitch(switches::kInstallerTestClean)) {
|
| printf("Current version of Chrome will be uninstalled "
|
| "from all levels before proceeding with tests.\n");
|
|
|