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

Unified Diff: components/autofill/browser/password_generator.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months 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
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);

Powered by Google App Engine
This is Rietveld 408576698