| Index: chrome/browser/ui/cocoa/infobars/infobar_container_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h
|
| index 00da83325a99e17e7c923082d36f68d75f21c5d0..e928cecd0c94fa6e71eb153abb18bae460a35d34 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h
|
| +++ b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h
|
| @@ -52,7 +52,7 @@ const CGFloat kTipHeight = 12.0;
|
| // Needed to send resize messages when infobars are added or removed.
|
| id<ViewResizer> resizeDelegate_; // weak
|
|
|
| - // The TabContents we are currently showing infobars for.
|
| + // The TabContentsWrapper we are currently showing infobars for.
|
| TabContentsWrapper* currentTabContents_; // weak
|
|
|
| // Holds the InfoBarControllers currently owned by this container.
|
|
|