| Index: chrome/browser/infobars/infobar_container.cc
|
| diff --git a/chrome/browser/infobars/infobar_container.cc b/chrome/browser/infobars/infobar_container.cc
|
| index ca4e2028a58179c05d8c702ef0a3ff526043e1a5..b831eb85482b04b71b7db174c59cf31705d75a05 100644
|
| --- a/chrome/browser/infobars/infobar_container.cc
|
| +++ b/chrome/browser/infobars/infobar_container.cc
|
| @@ -116,7 +116,7 @@ void InfoBarContainer::RemoveAllInfoBarsForDestruction() {
|
| // and at worst disastrous to call that.
|
| delegate_ = NULL;
|
|
|
| - // TODO(pkasting): Remove this once TabContentsWrapper calls CloseSoon().
|
| + // TODO(pkasting): Remove this once TabContents calls CloseSoon().
|
| for (size_t i = infobars_.size(); i > 0; --i)
|
| infobars_[i - 1]->CloseSoon();
|
|
|
|
|