summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/browser/browser_test_launcher_in_proc.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/browser/browser_test_launcher_in_proc.cc b/chrome/test/browser/browser_test_launcher_in_proc.cc
index 1d73788..a93d095 100644
--- a/chrome/test/browser/browser_test_launcher_in_proc.cc
+++ b/chrome/test/browser/browser_test_launcher_in_proc.cc
@@ -4,6 +4,7 @@
#include <string>
+#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/file_util.h"
@@ -109,6 +110,8 @@ class InProcBrowserTestRunnerFactory
} // namespace
int main(int argc, char** argv) {
+ base::AtExitManager at_exit_manager;
+
CommandLine::Init(argc, argv);
const CommandLine* command_line = CommandLine::ForCurrentProcess();