Index: content/browser/quota_dispatcher_host.h |
diff --git a/content/browser/quota_dispatcher_host.h b/content/browser/quota_dispatcher_host.h |
index 724b2ad975fd74162ec73e8a42e392dac80bdafa..64469c1a49a46709a7e8ba7265a81d37c3fce130 100644 |
--- a/content/browser/quota_dispatcher_host.h |
+++ b/content/browser/quota_dispatcher_host.h |
@@ -60,6 +60,8 @@ class QuotaDispatcherHost : public BrowserMessageFilter { |
IDMap<RequestDispatcher, IDMapOwnPointer> outstanding_requests_; |
+ base::WeakPtrFactory<QuotaDispatcherHost> weak_factory_; |
+ |
DISALLOW_IMPLICIT_CONSTRUCTORS(QuotaDispatcherHost); |
}; |