| Index: chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| index 8c53f24f88c1670397a50f6f71f0e193db4bd54a..4242fc2b8706f9a6f456de4bb588ea5b572d35f7 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| @@ -35,7 +35,7 @@ class TestAutofillPopupViewDelegate : public AutofillPopupViewDelegate {
|
| container_view_(web_contents->GetNativeView()) {}
|
|
|
| void Hide() override {}
|
| - void ViewDestroyed() override{};
|
| + void ViewDestroyed() override {}
|
| void SetSelectionAtPoint(const gfx::Point& point) override {}
|
| bool AcceptSelectedLine() override { return true; }
|
| void SelectionCleared() override {}
|
|
|