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

Unified Diff: components/autofill/common/autofill_constants.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/common/autofill_constants.h
diff --git a/components/autofill/common/autofill_constants.h b/components/autofill/common/autofill_constants.h
index 44dabd1fa151b6d5f93788aba2001cea4ed7bbdf..20ab6dbc6d0b17e8bb9f653ca85c48a3b0c649ab 100644
--- a/components/autofill/common/autofill_constants.h
+++ b/components/autofill/common/autofill_constants.h
@@ -9,10 +9,12 @@
#include <stddef.h> // For size_t
+#include "components/autofill/common/autofill_export.h"
+
namespace autofill {
// Help URL for the Autofill dialog.
-extern const char kHelpURL[];
+AUTOFILL_EXPORT extern const char kHelpURL[];
// The number of fields required by Autofill. Ideally we could send the forms
// to Autofill no matter how many fields are in the forms; however, finding the

Powered by Google App Engine
This is Rietveld 408576698