| Index: chrome/browser/ui/autofill/test_popup_controller_common.h
|
| diff --git a/chrome/browser/ui/autofill/test_popup_controller_common.h b/chrome/browser/ui/autofill/test_popup_controller_common.h
|
| index 4102cf89d50a2e522990400eef43eb48c4c8b510..2bd298226e5db60adc1674e467c89cdd4e6bbe24 100644
|
| --- a/chrome/browser/ui/autofill/test_popup_controller_common.h
|
| +++ b/chrome/browser/ui/autofill/test_popup_controller_common.h
|
| @@ -14,14 +14,13 @@ namespace autofill {
|
| class TestPopupControllerCommon : public PopupControllerCommon {
|
| public:
|
| explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
|
| - virtual ~TestPopupControllerCommon();
|
| + ~TestPopupControllerCommon() override;
|
|
|
| void set_display(const gfx::Display& display) { display_ = display; }
|
|
|
| protected:
|
| // Returns |display_|
|
| - virtual gfx::Display GetDisplayNearestPoint(
|
| - const gfx::Point& point) const override;
|
| + gfx::Display GetDisplayNearestPoint(const gfx::Point& point) const override;
|
|
|
| private:
|
| gfx::Display display_;
|
|
|