| 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 6830858bbd5aad9795fde9527b01c05987c39ad9..3b3a3f0f9133eccd1d8efc6ac6a0bd5489856c92 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -49,7 +49,7 @@ class TabAutofillManagerDelegate
|
| virtual void ShowRequestAutocompleteDialog(
|
| const FormData& form,
|
| const GURL& source_url,
|
| - const base::Callback<void(const FormStructure*)>& callback) OVERRIDE;
|
| + const ResultCallback& callback) OVERRIDE;
|
| virtual void ShowAutofillPopup(
|
| const gfx::RectF& element_bounds,
|
| base::i18n::TextDirection text_direction,
|
|
|