| 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 b2c0e08cdc49a724cf227c2445b58e97f58f3998..b537c9655aa0c72708252ce1913fab2b514afb8a 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.
|
|
|