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

Unified Diff: components/autofill/common/autofill_pref_names.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_pref_names.h
diff --git a/components/autofill/common/autofill_pref_names.h b/components/autofill/common/autofill_pref_names.h
index c67ac1a8dbd8608c71d7210bcb3f97a21940dc08..5b5a4d9e26406b3b78d43382286668a98100dcc7 100644
--- a/components/autofill/common/autofill_pref_names.h
+++ b/components/autofill/common/autofill_pref_names.h
@@ -5,13 +5,15 @@
#ifndef COMPONENTS_AUTOFILL_COMMON_AUTOFILL_PREF_NAMES_H_
#define COMPONENTS_AUTOFILL_COMMON_AUTOFILL_PREF_NAMES_H_
+#include "components/autofill/common/autofill_export.h"
+
namespace autofill {
namespace prefs {
// Alphabetical list of preference names specific to the Autofill
// component. Keep alphabetized, and document each in the .cc file.
extern const char kAutofillAuxiliaryProfilesEnabled[];
-extern const char kAutofillEnabled[];
+AUTOFILL_EXPORT extern const char kAutofillEnabled[];
extern const char kAutofillNegativeUploadRate[];
extern const char kAutofillPositiveUploadRate[];
extern const char kPasswordGenerationEnabled[];

Powered by Google App Engine
This is Rietveld 408576698