summaryrefslogtreecommitdiffstats
path: root/content/browser/intents/web_intents_dispatcher_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/intents/web_intents_dispatcher_impl.h')
-rw-r--r--content/browser/intents/web_intents_dispatcher_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/intents/web_intents_dispatcher_impl.h b/content/browser/intents/web_intents_dispatcher_impl.h
index 321c65e..bfd4655 100644
--- a/content/browser/intents/web_intents_dispatcher_impl.h
+++ b/content/browser/intents/web_intents_dispatcher_impl.h
@@ -32,7 +32,7 @@ class WebIntentsDispatcherImpl : public content::WebIntentsDispatcher,
// WebIntentsDispatcher implementation.
virtual const webkit_glue::WebIntentData& GetIntent() OVERRIDE;
- virtual void DispatchIntent(TabContents* destination_tab) OVERRIDE;
+ virtual void DispatchIntent(content::WebContents* destination_tab) OVERRIDE;
virtual void SendReplyMessage(webkit_glue::WebIntentReplyType reply_type,
const string16& data) OVERRIDE;
virtual void RegisterReplyNotification(const base::Closure& closure) OVERRIDE;