| 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 5a1825b5c28b3b4703272786d70d69462c33553e..8b876fc49bf675e59c08dc9c9e6195bf44890173 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:(InfoBarTabService*)owner {
|
| + owner:(InfoBarService*)owner {
|
| if ((self = [super initWithDelegate:delegate owner:owner])) {
|
| [self initializeExtraControls];
|
| }
|
|
|