| Index: chrome/browser/gtk/options/content_page_gtk.cc
|
| diff --git a/chrome/browser/gtk/options/content_page_gtk.cc b/chrome/browser/gtk/options/content_page_gtk.cc
|
| index 3267d8441146b6132d2d1c486a5127c62ce06c7b..6307f15ea675f20fe4a410708c79c8ef7b5c05d9 100644
|
| --- a/chrome/browser/gtk/options/content_page_gtk.cc
|
| +++ b/chrome/browser/gtk/options/content_page_gtk.cc
|
| @@ -455,8 +455,7 @@ void ContentPageGtk::UpdateSyncControls() {
|
| }
|
|
|
| void ContentPageGtk::OnAutoFillButtonClicked(GtkWidget* widget) {
|
| - ShowAutoFillDialog(
|
| - NULL, profile()->GetPersonalDataManager(), profile(), NULL, NULL);
|
| + ShowAutoFillDialog(NULL, profile()->GetPersonalDataManager(), profile());
|
| }
|
|
|
| void ContentPageGtk::OnImportButtonClicked(GtkWidget* widget) {
|
|
|