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 8d20be0d1ee2987753e881b8faebff79beb843a7..dddbd6abeda82d63c2863edf37ee1870fc918c70 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, |