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

Unified Diff: components/autofill/browser/webdata/autofill_table.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/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();

Powered by Google App Engine
This is Rietveld 408576698