| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index cd965a5dfb6e21dd27c434487404fc1a4719b723..e18277d04011f4aecb38f55c388b2fb70d183c15 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -210,13 +210,13 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| // All pending requests issued to the host
|
| PendingRequestList pending_requests_;
|
|
|
| - base::WeakPtrFactory<ResourceDispatcher> weak_factory_;
|
| -
|
| ResourceDispatcherDelegate* delegate_;
|
|
|
| // IO thread timestamp for ongoing IPC message.
|
| base::TimeTicks io_timestamp_;
|
|
|
| + base::WeakPtrFactory<ResourceDispatcher> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ResourceDispatcher);
|
| };
|
|
|
|
|