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 de1f0617e0c2bc44ce1dc16e2eba78ecc2458d09..3a034abd7f4f5f1314ec3c580c9b89e80c25f1d7 100644 |
--- a/content/browser/service_worker/service_worker_registration.h |
+++ b/content/browser/service_worker/service_worker_registration.h |
@@ -36,7 +36,6 @@ class ServiceWorkerVersion; |
class CONTENT_EXPORT ServiceWorkerRegistration |
: NON_EXPORTED_BASE(public base::RefCounted<ServiceWorkerRegistration>) { |
public: |
- |
class Listener { |
public: |
virtual void OnVersionAttributesChanged( |