| Index: third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
|
| diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
|
| index 8bf77aa65e0695ca4071c3bb4fe3b34f0d644555..a05e30b6b1453256c35c5b1f50ef74b454bf8a6e 100644
|
| --- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
|
| +++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
|
| @@ -13,7 +13,8 @@
|
| namespace blink {
|
|
|
| struct WebPushSubscription {
|
| - // The |endpoint|, |p256dh| and |auth| must all be unique for each subscription.
|
| + // The |endpoint|, |p256dh| and |auth| must all be unique for each
|
| + // subscription.
|
| WebPushSubscription(const WebURL& endpoint,
|
| bool userVisibleOnly,
|
| const WebString& applicationServerKey,
|
|
|