Index: chrome/test/base/in_process_browser_test.cc |
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc |
index c6811cec5aa6b6554c334a816630b16f8297088f..9fa29b50bb5f13dfb6ebf174a34c40a021b82d40 100644 |
--- a/chrome/test/base/in_process_browser_test.cc |
+++ b/chrome/test/base/in_process_browser_test.cc |
@@ -432,7 +432,7 @@ void InProcessBrowserTest::RunTestOnMainThreadLoop() { |
// Invoke cleanup and quit even if there are failures. This is similar to |
// gtest in that it invokes TearDown even if Setup fails. |
- CleanUpOnMainThread(); |
+ TearDownOnMainThread(); |
#if defined(OS_MACOSX) |
autorelease_pool_->Recycle(); |
#endif |