| 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 298831e5b993ea16ded9352c39e751408e601093..6b5079f2b09cb7b7976681213ce46bdbd9a33faa 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);
|
|
|
| // Weak. This manager is owned by a keyed service on this profile.
|
| Profile* profile_;
|
|
|