Index: content/browser/tab_contents/tab_contents_delegate.cc |
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc |
index bd8e9ff6e83b760a5f3145ed9900edb71877a23d..6877f7955199c9086dcc0153b07f3d177c805be2 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.cc |
+++ b/content/browser/tab_contents/tab_contents_delegate.cc |
@@ -11,6 +11,7 @@ |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/common/url_constants.h" |
#include "ui/gfx/rect.h" |
+#include "webkit/glue/web_intent_data.h" |
TabContentsDelegate::TabContentsDelegate() { |
} |
@@ -309,12 +310,11 @@ void TabContentsDelegate::RegisterIntentHandler(TabContents* tab, |
const string16& title) { |
} |
-void TabContentsDelegate::WebIntentDispatch(TabContents* tab, |
- int routing_id, |
- const string16& action, |
- const string16& type, |
- const string16& data, |
- int intent_id) { |
+void TabContentsDelegate::WebIntentDispatch( |
+ TabContents* tab, |
+ int routing_id, |
+ const webkit_glue::WebIntentData& intent, |
+ int intent_id) { |
} |
void TabContentsDelegate::FindReply(TabContents* tab, |