| Index: components/autofill/browser/password_generator.h
|
| diff --git a/components/autofill/browser/password_generator.h b/components/autofill/browser/password_generator.h
|
| index 0872bee023b7f4622962d400acc2254c83c2da95..867a13d0fa2962f8a2e5190729d01512ce2bef02 100644
|
| --- a/components/autofill/browser/password_generator.h
|
| +++ b/components/autofill/browser/password_generator.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -16,7 +17,7 @@ namespace autofill {
|
| // for all sites, but eventually we can incorporate additional information to
|
| // determine passwords that are likely to be accepted (i.e. use pattern field,
|
| // previous generated passwords, crowdsourcing, etc.)
|
| -class PasswordGenerator {
|
| +class AUTOFILL_EXPORT PasswordGenerator {
|
| public:
|
| // |max_length| is used as a hint for the generated password's length.
|
| explicit PasswordGenerator(size_t max_length);
|
|
|