| Index: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| index 122bcd9081e6ee0d1fa250f97980ac7291e90ea5..88dd2d0097f7692f52e86d2d9835ba756aacfad2 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| @@ -80,7 +80,7 @@ class TestAutofillPopupController : public AutofillPopupControllerImpl {
|
| test_controller_common_(new TestPopupControllerCommon(element_bounds)) {
|
| controller_common_.reset(test_controller_common_);
|
| }
|
| - virtual ~TestAutofillPopupController() {}
|
| + ~TestAutofillPopupController() override {}
|
|
|
| void set_display(const gfx::Display& display) {
|
| test_controller_common_->set_display(display);
|
| @@ -117,7 +117,7 @@ class TestAutofillPopupController : public AutofillPopupControllerImpl {
|
| }
|
|
|
| private:
|
| - virtual void ShowView() override {}
|
| + void ShowView() override {}
|
|
|
| TestPopupControllerCommon* test_controller_common_;
|
| };
|
|
|