| Index: chrome/browser/ui/intents/web_intent_picker.h
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker.h b/chrome/browser/ui/intents/web_intent_picker.h
|
| index 80295ff3bbd72005d04072317b618e3b52fc89bb..10fad4ece2348a68fb612d4a879f739f33a144af 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker.h
|
| @@ -11,7 +11,7 @@
|
|
|
| class GURL;
|
| class SkBitmap;
|
| -class TabContents;
|
| +class TabContentsWrapper;
|
| class WebIntentPickerDelegate;
|
|
|
| // Base class for the web intent picker dialog.
|
| @@ -20,7 +20,7 @@ class WebIntentPicker {
|
| class Delegate;
|
|
|
| // Platform specific factory function.
|
| - static WebIntentPicker* Create(TabContents* tab_contents,
|
| + static WebIntentPicker* Create(TabContentsWrapper* wrapper,
|
| WebIntentPickerDelegate* delegate);
|
|
|
| // Initalizes this picker with the |urls|.
|
|
|