refactor: chromium-style warnings in linux code (#12949)

This commit is contained in:
Jeremy Apthorp 2018-05-16 12:12:45 -07:00 committed by Charles Kerr
parent 2a161e1725
commit da0fd10423
21 changed files with 41 additions and 36 deletions

View file

@ -83,7 +83,7 @@ class NativeWindowClientView : public views::ClientView {
views::View* root_view,
NativeWindowViews* window)
: views::ClientView(widget, root_view), window_(window) {}
virtual ~NativeWindowClientView() {}
~NativeWindowClientView() override = default;
bool CanClose() override {
window_->NotifyWindowCloseButtonClicked();