| Index: chrome/browser/ui/browser_browsertest.cc
|
| diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
|
| index fd9835800f647037b29b6b3f48facf5e28bf6992..d9a1b24c0f7070b178f11543119b916aa977c6be 100644
|
| --- a/chrome/browser/ui/browser_browsertest.cc
|
| +++ b/chrome/browser/ui/browser_browsertest.cc
|
| @@ -854,7 +854,7 @@ class BeforeUnloadAtQuitWithTwoWindows : public InProcessBrowserTest {
|
| // This test is for testing a specific shutdown behavior. This mimics what
|
| // happens in InProcessBrowserTest::RunTestOnMainThread and QuitBrowsers, but
|
| // ensures that it happens through the single IDC_EXIT of the test.
|
| - virtual void CleanUpOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() OVERRIDE {
|
| // Cycle both the MessageLoop and the Cocoa runloop twice to flush out any
|
| // Chrome work that generates Cocoa work. Do this twice since there are two
|
| // Browsers that must be closed.
|
|
|