| Index: chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| diff --git a/chrome/browser/push_messaging/push_messaging_notification_manager.h b/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| index 6a5256b0c3a9e45dfbbae1abdc8428dc5a2cd9df..71a8f35c1b20cac158842ca779a3d6c23bd5f9b9 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| +++ b/chrome/browser/push_messaging/push_messaging_notification_manager.h
|
| @@ -84,14 +84,14 @@ class PushMessagingNotificationManager {
|
| const content::PlatformNotificationData& notification_data,
|
| const base::Closure& message_handled_closure,
|
| bool success,
|
| - int64_t persistent_notification_id);
|
| + const std::string& notification_id);
|
|
|
| void DidWriteNotificationData(
|
| const GURL& origin,
|
| const content::PlatformNotificationData& notification_data,
|
| const base::Closure& message_handled_closure,
|
| bool success,
|
| - int64_t persistent_notification_id);
|
| + const std::string& notification_id);
|
|
|
| void DidGetBudget(const GURL& origin,
|
| int64_t service_worker_registration_id,
|
|
|