| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 8898e2df98a448b0180038c407fc4fdcdbf95b17..66e9b5f2f9e8ba0055a54f85d59216d917d2adda 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -998,8 +998,9 @@ class Browser : public TabHandlerDelegate,
|
| const string16& href,
|
| const string16& title,
|
| const string16& disposition) OVERRIDE;
|
| - virtual void WebIntentDispatch(TabContents* tab,
|
| - content::IntentsHost* intents_host) OVERRIDE;
|
| + virtual void WebIntentDispatch(
|
| + TabContents* tab,
|
| + content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE;
|
| virtual void UpdatePreferredSize(TabContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
|
|
|
|