| Index: chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| index 293a7734cecd5bd21a95939e6123e4020b163113..5a1825b5c28b3b4703272786d70d69462c33553e 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| @@ -38,7 +38,7 @@ NSButton* CreateNSButtonWithResourceIDAndParameter(
|
| }
|
|
|
| - (id)initWithDelegate:(InfoBarDelegate*)delegate
|
| - owner:(InfoBarTabHelper*)owner {
|
| + owner:(InfoBarTabService*)owner {
|
| if ((self = [super initWithDelegate:delegate owner:owner])) {
|
| [self initializeExtraControls];
|
| }
|
|
|