[chromium-style] override / virtual warnings
This commit is contained in:
parent
a635f078c6
commit
e6695cf2ec
62 changed files with 106 additions and 106 deletions
|
@ -21,7 +21,7 @@ class AutofillPopupView;
|
|||
class AutofillPopup : public views::ViewObserver {
|
||||
public:
|
||||
AutofillPopup();
|
||||
~AutofillPopup();
|
||||
~AutofillPopup() override;
|
||||
|
||||
void CreateView(content::RenderFrameHost* render_frame,
|
||||
bool offscreen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue