Index: chrome/browser/autofill/autofill_dialog_gtk.cc |
=================================================================== |
--- chrome/browser/autofill/autofill_dialog_gtk.cc (revision 40742) |
+++ chrome/browser/autofill/autofill_dialog_gtk.cc (working copy) |
@@ -17,6 +17,7 @@ |
#include "chrome/browser/autofill/form_group.h" |
#include "chrome/browser/gtk/gtk_util.h" |
#include "chrome/browser/gtk/options/options_layout_gtk.h" |
+#include "chrome/browser/profile.h" |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |
@@ -893,7 +894,8 @@ |
void ShowAutoFillDialog(AutoFillDialogObserver* observer, |
const std::vector<AutoFillProfile*>& profiles, |
- const std::vector<CreditCard*>& credit_cards) { |
+ const std::vector<CreditCard*>& credit_cards, |
+ Profile *profile) { |
if (!dialog) { |
dialog = new AutoFillDialog(observer, profiles, credit_cards); |
} |