| Index: chrome/browser/ui/cocoa/web_intent_sheet_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/web_intent_sheet_controller.h b/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
|
| index 823f28be34b9fd6f301df37c4e767a3106b77631..eafea40dd446d56dcdfd56737ce475d5ce0802ab 100644
|
| --- a/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
|
| +++ b/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
|
| @@ -25,7 +25,7 @@ class WebIntentPickerModel;
|
| WebIntentPickerCocoa* picker_;
|
|
|
| // Inline disposition tab contents. Weak reference.
|
| - TabContentsWrapper* contents_;
|
| + TabContents* contents_;
|
|
|
| // The intent picker data to be rendered. Weak reference.
|
| WebIntentPickerModel* model_;
|
| @@ -42,7 +42,7 @@ class WebIntentPickerModel;
|
| - (id)initWithPicker:(WebIntentPickerCocoa*)picker;
|
|
|
| // Set the contents for inline disposition intents.
|
| -- (void)setInlineDispositionTabContents:(TabContentsWrapper*)wrapper;
|
| +- (void)setInlineDispositionTabContents:(TabContents*)tab_contents;
|
|
|
| // Set the size of the inline disposition view.
|
| - (void)setInlineDispositionFrameSize:(NSSize)size;
|
|
|