| Index: content/browser/notifications/notification_message_filter.cc
|
| diff --git a/content/browser/notifications/notification_message_filter.cc b/content/browser/notifications/notification_message_filter.cc
|
| index 98ec345b96e894fcba7be197d2557063f3eb7f07..f8c3ba89435b344011498e88594c41d0c1ace2db 100644
|
| --- a/content/browser/notifications/notification_message_filter.cc
|
| +++ b/content/browser/notifications/notification_message_filter.cc
|
| @@ -136,7 +136,7 @@ void NotificationMessageFilter::OnShowPlatformNotification(
|
|
|
| void NotificationMessageFilter::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) {
|
|
|