| Index: content/browser/service_worker/service_worker_registration.h
|
| diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
|
| index 26184839c417c45962630e80c2b0e8fde3454119..3cd3864d8ebb9c7d943180ce8deee85987fc7f96 100644
|
| --- a/content/browser/service_worker/service_worker_registration.h
|
| +++ b/content/browser/service_worker/service_worker_registration.h
|
| @@ -19,8 +19,8 @@
|
|
|
| namespace content {
|
|
|
| -class ServiceWorkerRegistrationInfo;
|
| class ServiceWorkerVersion;
|
| +struct ServiceWorkerRegistrationInfo;
|
|
|
| // This class represents a Service Worker registration. The scope is constant
|
| // for the life of the persistent registration. It's refcounted to facilitate
|
|
|