| Index: webkit/glue/web_intent_data.h
|
| diff --git a/webkit/glue/web_intent_data.h b/webkit/glue/web_intent_data.h
|
| index 733b5423f2abf4f93d6992a289f5e3215abca908..8c4e18404d3677ddea76f8decc64e41e30a677c8 100644
|
| --- a/webkit/glue/web_intent_data.h
|
| +++ b/webkit/glue/web_intent_data.h
|
| @@ -6,11 +6,12 @@
|
| #define WEBKIT_GLUE_WEB_INTENT_DATA_H_
|
|
|
| #include "base/string16.h"
|
| +#include "webkit/glue/webkit_glue_export.h"
|
|
|
| namespace webkit_glue {
|
|
|
| // Representation of the Web Intent data being initiated or delivered.
|
| -struct WebIntentData {
|
| +struct WEBKIT_GLUE_EXPORT WebIntentData {
|
| // The action of the intent.
|
| string16 action;
|
| // The MIME type of data in this intent payload.
|
|
|