| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 8c0e8b8bebe23757bb86b29c2761665167e0994f..08571d187774b64f389ca02983c10843b1266a9f 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -1005,8 +1005,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;
|
|
|
|
|