Index: chrome/browser/views/options/content_page_view.h |
diff --git a/chrome/browser/views/options/content_page_view.h b/chrome/browser/views/options/content_page_view.h |
index 06f0a3f3e25b84fa59fa6a5a2e4090087a3955ee..33644d30a9c4da077275dc84a755586e2a4f3485 100644 |
--- a/chrome/browser/views/options/content_page_view.h |
+++ b/chrome/browser/views/options/content_page_view.h |
@@ -104,6 +104,7 @@ class ContentPageView : public OptionsPageView, |
views::Link* privacy_dashboard_link_; |
BooleanPrefMember ask_to_save_passwords_; |
+ BooleanPrefMember form_autofill_enabled_; |
StringPrefMember is_using_default_theme_; |
// Cached pointer to ProfileSyncService, if it exists. Kept up to date |