| Index: content/test/content_browser_test.cc
|
| diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc
|
| index 1c6f7982dd358b68d84a717f02a63039a5550b48..a6d76330d29d6afb7d7eff7fe9d559f1ec92f7ec 100644
|
| --- a/content/test/content_browser_test.cc
|
| +++ b/content/test/content_browser_test.cc
|
| @@ -122,6 +122,8 @@ void ContentBrowserTest::RunTestOnMainThreadLoop() {
|
| SetUpOnMainThread();
|
|
|
| RunTestOnMainThread();
|
| +
|
| + TearDownOnMainThread();
|
| #if defined(OS_MACOSX)
|
| pool.Recycle();
|
| #endif
|
|
|