| Index: content/browser/service_worker/service_worker_storage.h
|
| diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h
|
| index b5a65e965600ae55ab281097f81fb68ef057d569..d12b39c948037c47a0c91dbbacd1f6eb7c08f939 100644
|
| --- a/content/browser/service_worker/service_worker_storage.h
|
| +++ b/content/browser/service_worker/service_worker_storage.h
|
| @@ -38,10 +38,10 @@ namespace content {
|
| class ServiceWorkerContextCore;
|
| class ServiceWorkerDiskCache;
|
| class ServiceWorkerRegistration;
|
| -class ServiceWorkerRegistrationInfo;
|
| class ServiceWorkerResponseMetadataWriter;
|
| class ServiceWorkerResponseReader;
|
| class ServiceWorkerResponseWriter;
|
| +struct ServiceWorkerRegistrationInfo;
|
|
|
| // This class provides an interface to store and retrieve ServiceWorker
|
| // registration data.
|
|
|