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

Unified Diff: webkit/glue/web_intent_service_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/web_intent_data.h ('k') | webkit/glue/web_io_operators.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_service_data.h
diff --git a/webkit/glue/web_intent_service_data.h b/webkit/glue/web_intent_service_data.h
index aa0a2a6bb22c15bed37e5ee2e19a5dfa084f9f13..d23f3ddeb3d46ca176cef59080aa8c4e0a793620 100644
--- a/webkit/glue/web_intent_service_data.h
+++ b/webkit/glue/web_intent_service_data.h
@@ -8,12 +8,13 @@
#include "base/string16.h"
#include "googleurl/src/gurl.h"
+#include "webkit/glue/webkit_glue_export.h"
#include <iosfwd>
namespace webkit_glue {
// Describes the relevant elements of a WebIntent service.
-struct WebIntentServiceData {
+struct WEBKIT_GLUE_EXPORT WebIntentServiceData {
// An intents disposition determines which context the service is opened in.
enum Disposition {
DISPOSITION_WINDOW, // Open service inside a new window. (Default)
@@ -39,8 +40,9 @@ struct WebIntentServiceData {
};
// Printing operator - helps gtest produce readable error messages.
-std::ostream& operator<<(std::ostream& os,
- const webkit_glue::WebIntentServiceData& intent);
+WEBKIT_GLUE_EXPORT std::ostream& operator<<(
+ std::ostream& os,
+ const webkit_glue::WebIntentServiceData& intent);
} // namespace webkit_glue
« no previous file with comments | « webkit/glue/web_intent_data.h ('k') | webkit/glue/web_io_operators.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698