Fix compilation on Linux

This commit is contained in:
Cheng Zhao 2015-03-14 18:34:53 +00:00
parent 6033e5bea3
commit 54e58ae255
4 changed files with 9 additions and 8 deletions

View file

@ -25,8 +25,8 @@ class NotificationPresenterLinux : public NotificationPresenter {
private:
// NotificationPresenter:
virtual void ShowNotification(
const content::ShowDesktopNotificationHostMsgParams&,
void ShowNotification(
const content::PlatformNotificationData&,
scoped_ptr<content::DesktopNotificationDelegate> delegate,
base::Closure* cancel_callback) override;