| Index: content/common/service_worker/service_worker_provider_host_info.h
|
| diff --git a/content/common/service_worker/service_worker_provider_host_info.h b/content/common/service_worker/service_worker_provider_host_info.h
|
| index 106fb620ab3339552b1ea0a010d951d8a26106f6..ce46cf8557fe727233d9ae7959cf8b10d2fa2f42 100644
|
| --- a/content/common/service_worker/service_worker_provider_host_info.h
|
| +++ b/content/common/service_worker/service_worker_provider_host_info.h
|
| @@ -9,6 +9,7 @@
|
|
|
| namespace content {
|
|
|
| +// Container object to create a ServiceWorkerProviderHost.
|
| struct CONTENT_EXPORT ServiceWorkerProviderHostInfo {
|
| ServiceWorkerProviderHostInfo();
|
| ServiceWorkerProviderHostInfo(ServiceWorkerProviderHostInfo&& other);
|
|
|