| Index: chrome/browser/download/download_request_limiter_unittest.cc
|
| diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc
|
| index c59b2e1a54bc1cf41c127f47d12523c1d204f221..47bb914536ecbae6f8ecebba2d091189e597e881 100644
|
| --- a/chrome/browser/download/download_request_limiter_unittest.cc
|
| +++ b/chrome/browser/download/download_request_limiter_unittest.cc
|
| @@ -240,9 +240,9 @@ TEST_F(DownloadRequestLimiterTest,
|
| scoped_ptr<WebContents> web_contents(CreateTestWebContents());
|
| TabContents* tab_contents = TabContents::FromWebContents(web_contents.get());
|
| ASSERT_TRUE(tab_contents == NULL);
|
| - // DRL won't try to make an infobar if it doesn't have a TCW, and we want to
|
| - // test that it will Cancel() instead of prompting when it doesn't have a TCW,
|
| - // so unset the delegate.
|
| + // DownloadRequestLimiter won't try to make an infobar if it doesn't have a
|
| + // TabContents, and we want to test that it will Cancel() instead of prompting
|
| + // when it doesn't have a TabContents, so unset the delegate.
|
| UnsetDelegate();
|
| EXPECT_EQ(0, continue_count_);
|
| EXPECT_EQ(0, cancel_count_);
|
|
|