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

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

Powered by Google App Engine
This is Rietveld 408576698