| Index: chrome/browser/autofill/autofill_manager_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| index ee42ca34a0546756de28517f312de85f843bda6e..e182717250628b07d2510c57d2349b1281c44c8d 100644
|
| --- a/chrome/browser/autofill/autofill_manager_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| @@ -2875,7 +2875,7 @@ class MockAutofillExternalDelegate : public AutofillExternalDelegate {
|
| const gfx::Rect& bounds,
|
| bool display_warning));
|
|
|
| - virtual void HideAutofillPopup() OVERRIDE {}
|
| + virtual void HideAutofillPopupInternal() OVERRIDE {}
|
|
|
| virtual void ApplyAutofillSuggestions(
|
| const std::vector<string16>& autofill_values,
|
|
|