Index: content/renderer/service_worker/service_worker_script_context.h |
diff --git a/content/renderer/service_worker/service_worker_script_context.h b/content/renderer/service_worker/service_worker_script_context.h |
index 6400d8bf8d1b4b774fb91ebcf2c5ca3466a3fa4a..5cb7c0ebdba04783c8e5bda426944689d3ad930b 100644 |
--- a/content/renderer/service_worker/service_worker_script_context.h |
+++ b/content/renderer/service_worker/service_worker_script_context.h |
@@ -35,7 +35,7 @@ class Message; |
namespace content { |
class EmbeddedWorkerContextClient; |
-struct ShowDesktopNotificationHostMsgParams; |
+struct PlatformNotificationData; |
// TODO(kinuko): This should implement WebServiceWorkerContextClient |
// rather than having EmbeddedWorkerContextClient implement it. |
@@ -96,7 +96,7 @@ class ServiceWorkerScriptContext { |
void OnNotificationClickEvent( |
int request_id, |
const std::string& notification_id, |
- const ShowDesktopNotificationHostMsgParams& notification_data); |
+ const PlatformNotificationData& notification_data); |
void OnPushEvent(int request_id, const std::string& data); |
void OnGeofencingEvent(int request_id, |
blink::WebGeofencingEventType event_type, |