| Index: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| index fb6ed4901af048a0a614484c7921fefa3a36e60b..022cad56065a70721dca96a413ac538e6174dfc2 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| @@ -47,15 +47,12 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
|
|
|
| @interface CardUnmaskPromptViewCocoa : NSViewController<NSWindowDelegate> {
|
| @private
|
| - content::WebContents* webContents_;
|
| -
|
| // Owns |self|.
|
| autofill::CardUnmaskPromptViewBridge* bridge_;
|
| }
|
|
|
| -// Designated initializer. |webContents| and |bridge| must not be NULL.
|
| -- (id)initWithWebContents:(content::WebContents*)webContents
|
| - bridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
|
| +// Designated initializer. |bridge| must not be NULL.
|
| +- (id)initWithBridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
|
|
|
| // Closes the sheet and ends the modal loop.
|
| - (IBAction)closeSheet:(id)sender;
|
|
|