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

@ -20,7 +20,8 @@ class NotificationPresenterMac : public NotificationPresenter {
NotificationPresenterMac();
~NotificationPresenterMac();
virtual void ShowNotification(
// NotificationPresenter:
void ShowNotification(
const content::PlatformNotificationData&,
scoped_ptr<content::DesktopNotificationDelegate> delegate,
base::Closure* cancel_callback) override;