Fix building on Linux

This commit is contained in:
Cheng Zhao 2014-10-13 11:02:56 +08:00
parent 9e12036823
commit 6d62b0960e
2 changed files with 5 additions and 3 deletions

View file

@ -27,7 +27,7 @@ class NotificationPresenterLinux : public NotificationPresenter {
// NotificationPresenter:
virtual void ShowNotification(
const content::ShowDesktopNotificationHostMsgParams&,
content::DesktopNotificationDelegate* delegate,
scoped_ptr<content::DesktopNotificationDelegate> delegate,
base::Closure* cancel_callback) OVERRIDE;
void CancelNotification(NotifyNotification* notification);