| Index: chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| diff --git a/chrome/browser/autofill/autofill_popup_view_browsertest.cc b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| index 35a6c0cd326f5cad45bc5756158669aa84bab7e6..421be38543128b44ca9640883809f155547081dc 100644
|
| --- a/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| +++ b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| @@ -27,11 +27,10 @@ class TestAutofillPopupView : public AutofillPopupView {
|
|
|
| MOCK_METHOD0(Hide, void());
|
|
|
| - virtual void Show(const std::vector<string16>& autofill_values,
|
| - const std::vector<string16>& autofill_labels,
|
| - const std::vector<string16>& autofill_icons,
|
| - const std::vector<int>& autofill_unique_ids,
|
| - int separator_index) OVERRIDE {}
|
| + virtual void ShowInternal(
|
| + const std::vector<string16>& autofill_values,
|
| + const std::vector<string16>& autofill_labels,
|
| + const std::vector<string16>& autofill_icons) OVERRIDE {}
|
| };
|
|
|
| class AutofillPopupViewBrowserTest : public InProcessBrowserTest {
|
|
|