| Index: public/platform/modules/notifications/WebNotificationManager.h
|
| diff --git a/public/platform/modules/notifications/WebNotificationManager.h b/public/platform/modules/notifications/WebNotificationManager.h
|
| index 1b3aebbed33c15b3b200cd54054c67abdd732919..fa9774abc32f622bcc768c434103cf9d101ae13e 100644
|
| --- a/public/platform/modules/notifications/WebNotificationManager.h
|
| +++ b/public/platform/modules/notifications/WebNotificationManager.h
|
| @@ -6,7 +6,6 @@
|
| #define WebNotificationManager_h
|
|
|
| #include "public/platform/WebCallbacks.h"
|
| -#include "public/platform/WebPassOwnPtr.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebVector.h"
|
| #include "public/platform/modules/notifications/WebNotificationData.h"
|
| @@ -25,7 +24,7 @@ struct WebPersistentNotificationInfo {
|
| WebNotificationData data;
|
| };
|
|
|
| -using WebNotificationGetCallbacks = WebCallbacks<WebPassOwnPtr<WebVector<WebPersistentNotificationInfo>>, void>;
|
| +using WebNotificationGetCallbacks = WebCallbacks<const WebVector<WebPersistentNotificationInfo>&, void>;
|
| using WebNotificationShowCallbacks = WebCallbacks<void, void>;
|
|
|
| // Provides the services to show platform notifications to the user.
|
|
|