| Index: components/autofill/browser/webdata/autofill_table.h
|
| diff --git a/components/autofill/browser/webdata/autofill_table.h b/components/autofill/browser/webdata/autofill_table.h
|
| index 37107c137c61f60224012e6815b554e46c7d1118..7d746536b4c6a892e3a5fc2258cc7242eea00885 100644
|
| --- a/components/autofill/browser/webdata/autofill_table.h
|
| +++ b/components/autofill/browser/webdata/autofill_table.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/string16.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "components/webdata/common/web_database_table.h"
|
|
|
| class WebDatabase;
|
| @@ -116,7 +117,7 @@ struct FormFieldData;
|
| // date_modified The date on which this entry was last modified.
|
| // Added in version 30.
|
| //
|
| -class AutofillTable : public WebDatabaseTable {
|
| +class AUTOFILL_EXPORT AutofillTable : public WebDatabaseTable {
|
| public:
|
| explicit AutofillTable(const std::string& app_locale);
|
| virtual ~AutofillTable();
|
|
|