| 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.
|
|
|