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

Unified Diff: webkit/glue/password_form.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/p2p_transport.h ('k') | webkit/glue/password_form_dom_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/password_form.h
diff --git a/webkit/glue/password_form.h b/webkit/glue/password_form.h
index e48420c637c3cb6908d1be54e4da591c02efb1ba..1ad034e82d2cf3e8d3dd9a35a66b22e211e26fd2 100644
--- a/webkit/glue/password_form.h
+++ b/webkit/glue/password_form.h
@@ -11,6 +11,7 @@
#include "base/time.h"
#include "googleurl/src/gurl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPasswordFormData.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace webkit_glue {
@@ -36,7 +37,7 @@ namespace webkit_glue {
// describe which fields are not strictly required when adding a saved password
// entry to the database and how they can affect the matching process.
-struct PasswordForm {
+struct WEBKIT_GLUE_EXPORT PasswordForm {
// Enum to differentiate between HTML form based authentication, and dialogs
// using basic or digest schemes. Default is SCHEME_HTML. Only PasswordForms
// of the same Scheme will be matched/autofilled against each other.
« no previous file with comments | « webkit/glue/p2p_transport.h ('k') | webkit/glue/password_form_dom_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698