Index: content/test/test_launcher.cc |
=================================================================== |
--- content/test/test_launcher.cc (revision 103728) |
+++ content/test/test_launcher.cc (working copy) |
@@ -554,6 +554,8 @@ |
if (launcher_delegate->Run(argc, argv, &return_code)) |
return return_code; |
+ base::AtExitManager at_exit; |
+ |
int32 total_shards; |
int32 shard_index; |
bool should_shard = ShouldShard(&total_shards, &shard_index); |