OVERRIDE macro is now removed
This commit is contained in:
parent
13ed038082
commit
43421aedcf
26 changed files with 126 additions and 127 deletions
|
@ -129,7 +129,7 @@ class NativeWindowClientView : public views::ClientView {
|
|||
}
|
||||
virtual ~NativeWindowClientView() {}
|
||||
|
||||
virtual bool CanClose() OVERRIDE {
|
||||
bool CanClose() override {
|
||||
static_cast<NativeWindowViews*>(contents_view())->CloseWebContents();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue