Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
index fcc73beb78c6f660f5aa79f17f848e76aa1d2316..af01b087cbb8ba9b93931d566091e2cf43403438 100644 |
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
@@ -66,7 +66,8 @@ class TabAutofillManagerDelegate |
const GURL& source_url, |
const AutofillMetrics& metric_logger, |
DialogType dialog_type, |
- const base::Callback<void(const FormStructure*)>& callback) OVERRIDE; |
+ const base::Callback<void(const FormStructure*, |
+ const std::string&)>& callback) OVERRIDE; |
virtual void RequestAutocompleteDialogClosed() OVERRIDE; |
virtual void ShowAutofillPopup(const gfx::RectF& element_bounds, |
const std::vector<string16>& values, |