| Index: content/browser/renderer_host/resource_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h
|
| index f8643fed4056f0b05256172c29875ca7d7ad1927..3e007efff145f586ee7244d4a897eb3b61fc6c7f 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.h
|
| @@ -61,7 +61,7 @@ class ResourceDispatcherHost : public net::URLRequest::Delegate {
|
| public:
|
| explicit ResourceDispatcherHost(
|
| const ResourceQueue::DelegateSet& resource_queue_delegates);
|
| - ~ResourceDispatcherHost();
|
| + virtual ~ResourceDispatcherHost();
|
|
|
| void Initialize();
|
|
|
|
|