Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: webkit/glue/web_intent_data.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/simple_webmimeregistry_impl.h ('k') | webkit/glue/web_intent_service_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webkit/glue/simple_webmimeregistry_impl.h ('k') | webkit/glue/web_intent_service_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698