| Index: webkit/glue/web_intent_data.cc
|
| diff --git a/webkit/glue/web_intent_data.cc b/webkit/glue/web_intent_data.cc
|
| index 7b3406a3e329cfe7cee7614ac11d1d9f57a4cc73..4a833b9483eb33604ba90939218e60b2233d7113 100644
|
| --- a/webkit/glue/web_intent_data.cc
|
| +++ b/webkit/glue/web_intent_data.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "webkit/glue/web_intent_data.h"
|
|
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIntent.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebIntentRequest.h"
|
|
|
| namespace webkit_glue {
|
|
|
| @@ -14,7 +14,7 @@ WebIntentData::WebIntentData() {
|
| WebIntentData::~WebIntentData() {
|
| }
|
|
|
| -WebIntentData::WebIntentData(const WebKit::WebIntent& intent)
|
| +WebIntentData::WebIntentData(const WebKit::WebIntentRequest& intent)
|
| : action(intent.action()),
|
| type(intent.type()),
|
| data(intent.data()) {
|
|
|