| 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..5dda01ad5ab670800ef698a80b47c5bf58f6f3ad 100644
|
| --- a/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| +++ b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| @@ -27,11 +27,7 @@ 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() OVERRIDE {}
|
| };
|
|
|
| class AutofillPopupViewBrowserTest : public InProcessBrowserTest {
|
|
|