| 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 776ef044079556172980df810fa711f7c0d9bccc..479915943133e2e65c84348658830ceac9dc3293 100644
|
| --- a/content/browser/appcache/appcache_dispatcher_host.h
|
| +++ b/content/browser/appcache/appcache_dispatcher_host.h
|
| @@ -29,7 +29,7 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
|
| public:
|
| AppCacheDispatcherHost(const content::ResourceContext* resource_context,
|
| int process_id);
|
| - ~AppCacheDispatcherHost();
|
| + virtual ~AppCacheDispatcherHost();
|
|
|
| // BrowserIOMessageFilter implementation
|
| virtual void OnChannelConnected(int32 peer_pid);
|
|
|