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 5ad3c4ebac6480802c534e30ae416c07e893bb38..10045ddbbf973d7c1f049f2927e00b4e91b922ea 100644 |
--- a/content/browser/service_worker/service_worker_version.cc |
+++ b/content/browser/service_worker/service_worker_version.cc |
@@ -397,7 +397,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( |