| Index: chrome/browser/download/download_browsertest.cc
|
| diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
|
| index 7a225d9baa9cdbfdb5be2502c10edbbfd5ccbc62..2fa4b55b811470382882002a9f30acf57cb6f5a7 100644
|
| --- a/chrome/browser/download/download_browsertest.cc
|
| +++ b/chrome/browser/download/download_browsertest.cc
|
| @@ -453,7 +453,7 @@ class DownloadTest : public InProcessBrowserTest {
|
| ASSERT_TRUE(InitialSetup());
|
| }
|
|
|
| - virtual void CleanUpOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() OVERRIDE {
|
| // Needs to be torn down on the main thread. file_activity_observer_ holds a
|
| // reference to the ChromeDownloadManagerDelegate which should be destroyed
|
| // on the UI thread.
|
|
|