OVERRIDE => override
This commit is contained in:
parent
e94795a600
commit
f809fef22d
20 changed files with 153 additions and 153 deletions
|
@ -28,7 +28,7 @@ class NotificationPresenterLinux : public NotificationPresenter {
|
|||
virtual void ShowNotification(
|
||||
const content::ShowDesktopNotificationHostMsgParams&,
|
||||
scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
||||
base::Closure* cancel_callback) OVERRIDE;
|
||||
base::Closure* cancel_callback) override;
|
||||
|
||||
void CancelNotification(NotifyNotification* notification);
|
||||
void DeleteNotification(NotifyNotification* notification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue