| 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 0688c1558a1260d9cf87a4d15f285143442c1e39..2cdaeedaf5e490eeb07793f1b2bd21f85024b35e 100644
|
| --- a/chrome/browser/views/options/content_page_view.h
|
| +++ b/chrome/browser/views/options/content_page_view.h
|
| @@ -83,8 +83,8 @@ class ContentPageView : public OptionsPageView,
|
| // Controls for the Form Autofill group
|
| views::NativeButton* change_autofill_settings_button_;
|
| OptionsGroupView* form_autofill_group_;
|
| - views::RadioButton* form_autofill_asktosave_radio_;
|
| - views::RadioButton* form_autofill_neversave_radio_;
|
| + views::RadioButton* form_autofill_enable_radio_;
|
| + views::RadioButton* form_autofill_disable_radio_;
|
|
|
| // Controls for the Themes group
|
| OptionsGroupView* themes_group_;
|
|
|