Index: content/browser/service_worker/service_worker_provider_host.h |
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h |
index 0a0bb8e22b2b36592b9466f663ae0109172b3ecc..7198d164a424f2b4718faf457c07434b3d7610c7 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -40,7 +40,7 @@ class ServiceWorkerVersion; |
// Note this class can also host a running service worker, in which |
// case it will observe resource loads made directly by the service worker. |
class CONTENT_EXPORT ServiceWorkerProviderHost |
- : public ServiceWorkerRegistration::Listener, |
+ : public NON_EXPORTED_BASE(ServiceWorkerRegistration::Listener), |
public base::SupportsWeakPtr<ServiceWorkerProviderHost> { |
public: |
ServiceWorkerProviderHost(int process_id, |