| Index: content/browser/appcache/appcache_dispatcher_host.h
|
| diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
|
| index 30d2f86f71c822182b8d1e1aab400f0ec6a71b4f..9e865bd1e0b8ff7fbd035a4272a527e54a7fd13b 100644
|
| --- a/content/browser/appcache/appcache_dispatcher_host.h
|
| +++ b/content/browser/appcache/appcache_dispatcher_host.h
|
| @@ -69,6 +69,8 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
|
| // The corresponding ChildProcessHost object's id().
|
| int process_id_;
|
|
|
| + base::WeakPtrFactory<AppCacheDispatcherHost> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AppCacheDispatcherHost);
|
| };
|
|
|
|
|