| Index: content/browser/notifications/notification_message_filter.h
|
| diff --git a/content/browser/notifications/notification_message_filter.h b/content/browser/notifications/notification_message_filter.h
|
| index 3eba9960b9cd58c2baa14b7c6fe7e63d05cb9db7..74ecf2f441d7e672060b0b9fe4ea8c2baa15346f 100644
|
| --- a/content/browser/notifications/notification_message_filter.h
|
| +++ b/content/browser/notifications/notification_message_filter.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CONTENT_BROWSER_NOTIFICATIONS_NOTIFICATION_MESSAGE_FILTER_H_
|
| #define CONTENT_BROWSER_NOTIFICATIONS_NOTIFICATION_MESSAGE_FILTER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| #include "base/callback_forward.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| #include "content/public/browser/notification_database_data.h"
|
| @@ -58,7 +61,7 @@ class NotificationMessageFilter : public BrowserMessageFilter {
|
| const PlatformNotificationData& notification_data);
|
| void OnShowPersistentNotification(
|
| int request_id,
|
| - int64 service_worker_registration_id,
|
| + int64_t service_worker_registration_id,
|
| const GURL& origin,
|
| const SkBitmap& icon,
|
| const PlatformNotificationData& notification_data);
|
|
|