| Index: components/autofill/browser/webdata/autofill_entry.h
|
| diff --git a/components/autofill/browser/webdata/autofill_entry.h b/components/autofill/browser/webdata/autofill_entry.h
|
| index 6f21031d064e33f874f7204b52a15090f6248e20..1b5a64e692371de046a631af2354d9ae8f7c0ffd 100644
|
| --- a/components/autofill/browser/webdata/autofill_entry.h
|
| +++ b/components/autofill/browser/webdata/autofill_entry.h
|
| @@ -11,10 +11,11 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/string16.h"
|
| #include "base/time.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace autofill {
|
|
|
| -class AutofillKey {
|
| +class AUTOFILL_EXPORT AutofillKey {
|
| public:
|
| AutofillKey();
|
| AutofillKey(const base::string16& name, const base::string16& value);
|
| @@ -33,7 +34,7 @@ class AutofillKey {
|
| base::string16 value_;
|
| };
|
|
|
| -class AutofillEntry {
|
| +class AUTOFILL_EXPORT AutofillEntry {
|
| public:
|
| AutofillEntry(const AutofillKey& key,
|
| const std::vector<base::Time>& timestamps);
|
|
|