diff options
Diffstat (limited to 'content/browser/appcache/appcache_dispatcher_host.h')
-rw-r--r-- | content/browser/appcache/appcache_dispatcher_host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h index 30d2f86..f8909a8 100644 --- a/content/browser/appcache/appcache_dispatcher_host.h +++ b/content/browser/appcache/appcache_dispatcher_host.h @@ -9,6 +9,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" +#include "base/memory/weak_ptr.h" #include "base/process/process.h" #include "content/browser/appcache/appcache_backend_impl.h" #include "content/browser/appcache/appcache_frontend_proxy.h" @@ -69,6 +70,8 @@ class AppCacheDispatcherHost : public BrowserMessageFilter { // The corresponding ChildProcessHost object's id(). int process_id_; + base::WeakPtrFactory<AppCacheDispatcherHost> weak_factory_; + DISALLOW_COPY_AND_ASSIGN(AppCacheDispatcherHost); }; |