Index: content/browser/service_worker/service_worker_version.h |
diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h |
index 7a7c38fab69dc4ac8236118bbfa20048c70f79d1..04e3a406b56bc2af83bac01e63f1e9b3d322be66 100644 |
--- a/content/browser/service_worker/service_worker_version.h |
+++ b/content/browser/service_worker/service_worker_version.h |
@@ -496,8 +496,7 @@ class CONTENT_EXPORT ServiceWorkerVersion |
void GetNonWindowClients(int request_id, |
const ServiceWorkerClientQueryOptions& options, |
ServiceWorkerClients* clients); |
- void OnGetClientsFinished(int request_id, |
- const ServiceWorkerClients& clients); |
+ void OnGetClientsFinished(int request_id, ServiceWorkerClients* clients); |
// The timeout timer periodically calls OnTimeoutTimer, which stops the worker |
// if it is excessively idle or unresponsive to ping. |