| Index: chrome/browser/ui/gtk/web_intent_picker_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/web_intent_picker_gtk.h b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
|
| index eb57beee93ee72a17b595410ff12b45c4871bf0f..09b80b2544966dbf45e2f6da89f00b76b7db4cd8 100644
|
| --- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
|
| +++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
|
| @@ -27,7 +27,7 @@ class WebIntentPickerDelegate;
|
| class WebIntentPickerGtk : public WebIntentPicker,
|
| public ConstrainedWindowGtkDelegate {
|
| public:
|
| - WebIntentPickerGtk(TabContents* tab_contents,
|
| + WebIntentPickerGtk(TabContentsWrapper* tab_contents,
|
| WebIntentPickerDelegate* delegate);
|
| virtual ~WebIntentPickerGtk();
|
|
|
| @@ -50,7 +50,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
|
| CHROMEGTK_CALLBACK_0(WebIntentPickerGtk, void, OnCloseButtonClick);
|
|
|
| // A weak pointer to the tab contents on which to display the picker UI.
|
| - TabContents* tab_contents_;
|
| + TabContentsWrapper* wrapper_;
|
|
|
| // A weak pointer to the WebIntentPickerDelegate to notify when the user
|
| // chooses a service or cancels.
|
|
|