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

Unified Diff: components/autofill/browser/field_types.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/field_types.h
diff --git a/components/autofill/browser/field_types.h b/components/autofill/browser/field_types.h
index c84dad0f985979536c9261d77bc6f8e793ec8456..77ac5214da9758ab7ff9b9c7916355b5a0b2275e 100644
--- a/components/autofill/browser/field_types.h
+++ b/components/autofill/browser/field_types.h
@@ -8,6 +8,8 @@
#include <set>
#include <string>
+#include "components/autofill/common/autofill_export.h"
+
namespace autofill {
// NOTE: This list MUST not be modified. The server aggregates and stores these
@@ -16,7 +18,7 @@ namespace autofill {
// up to date with the Autofill server list.
//
// This is the list of all valid field types.
-enum AutofillFieldType {
+enum AUTOFILL_EXPORT AutofillFieldType {
// Server indication that it has no data for the requested field.
NO_SERVER_DATA = 0,
// Client indication that the text entered did not match anything in the

Powered by Google App Engine
This is Rietveld 408576698