summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc')
-rw-r--r--chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
index 122bcd9..88dd2d0 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_;
};