| Index: components/autofill/common/autofill_constants.h
|
| diff --git a/components/autofill/common/autofill_constants.h b/components/autofill/common/autofill_constants.h
|
| index 44dabd1fa151b6d5f93788aba2001cea4ed7bbdf..20ab6dbc6d0b17e8bb9f653ca85c48a3b0c649ab 100644
|
| --- a/components/autofill/common/autofill_constants.h
|
| +++ b/components/autofill/common/autofill_constants.h
|
| @@ -9,10 +9,12 @@
|
|
|
| #include <stddef.h> // For size_t
|
|
|
| +#include "components/autofill/common/autofill_export.h"
|
| +
|
| namespace autofill {
|
|
|
| // Help URL for the Autofill dialog.
|
| -extern const char kHelpURL[];
|
| +AUTOFILL_EXPORT extern const char kHelpURL[];
|
|
|
| // The number of fields required by Autofill. Ideally we could send the forms
|
| // to Autofill no matter how many fields are in the forms; however, finding the
|
|
|