| 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 d8733d7fe9a8821cd6d2377d011483eb7c449cba..70e5e0560e431335cc7be9508b0dbb24fa240a5e 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker.h
|
| @@ -12,7 +12,6 @@
|
| #include "base/string16.h"
|
| #include "ui/gfx/size.h"
|
|
|
| -class TabContents;
|
| class WebIntentPickerDelegate;
|
| class WebIntentPickerModel;
|
|
|
| @@ -35,7 +34,7 @@ class WebIntentPicker {
|
|
|
| // Platform specific factory function. This function will automatically show
|
| // the picker.
|
| - static WebIntentPicker* Create(TabContents* tab_contents,
|
| + static WebIntentPicker* Create(content::WebContents* web_contents,
|
| WebIntentPickerDelegate* delegate,
|
| WebIntentPickerModel* model);
|
|
|
|
|