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 8d46230856806813eb86176a7dfcad94e1b6f89d..339db8623f38e341d215089b5e95e6c7a9b61cb9 100644 |
--- a/chrome/test/base/in_process_browser_test.cc |
+++ b/chrome/test/base/in_process_browser_test.cc |
@@ -431,7 +431,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 |