Index: chrome/browser/autofill/autofill_manager.cc |
diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc |
index aec30ee76e394198c80f2e2e0a239476c67b1a5e..a368033214846887f8e259e4c4381df4b35c9e5f 100644 |
--- a/chrome/browser/autofill/autofill_manager.cc |
+++ b/chrome/browser/autofill/autofill_manager.cc |
@@ -339,9 +339,7 @@ bool AutoFillManager::FillAutoFillFormData(int query_id, |
void AutoFillManager::ShowAutoFillDialog() { |
::ShowAutoFillDialog(tab_contents_->GetContentNativeView(), |
personal_data_, |
- tab_contents_->profile()->GetOriginalProfile(), |
- NULL, |
- NULL); |
+ tab_contents_->profile()->GetOriginalProfile()); |
} |
void AutoFillManager::Reset() { |