| 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 cb8ee192b0e2c2cf0fd260b7c7ebee87106dcf53..98092c761c817761e502e4ad8789687c268fe583 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.
|
|
|