| Index: content/browser/service_worker/service_worker_version.cc
|
| diff --git a/content/browser/service_worker/service_worker_version.cc b/content/browser/service_worker/service_worker_version.cc
|
| index 4f05ec96baedb2ace60cabd54b048a4c06af3e72..b4a9e72931ee66bae12f2dd338f68b0c27ae0d44 100644
|
| --- a/content/browser/service_worker/service_worker_version.cc
|
| +++ b/content/browser/service_worker/service_worker_version.cc
|
| @@ -460,7 +460,7 @@ void ServiceWorkerVersion::DispatchSyncEvent(const StatusCallback& callback) {
|
| void ServiceWorkerVersion::DispatchNotificationClickEvent(
|
| const StatusCallback& callback,
|
| const std::string& notification_id,
|
| - const ShowDesktopNotificationHostMsgParams& notification_data) {
|
| + const PlatformNotificationData& notification_data) {
|
| DCHECK_EQ(ACTIVATED, status()) << status();
|
|
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|