| Index: net/proxy/proxy_script_fetcher_impl.h
 | 
| diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h
 | 
| index 2da866901f574fe58af9faeeebb30b42a04b4818..31e60b4d1b0e26cb762deb9c552d7a3dff8fc9cf 100644
 | 
| --- a/net/proxy/proxy_script_fetcher_impl.h
 | 
| +++ b/net/proxy/proxy_script_fetcher_impl.h
 | 
| @@ -79,10 +79,6 @@ class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher,
 | 
|    // Callback for time-out task of request with id |id|.
 | 
|    void OnTimeout(int id);
 | 
|  
 | 
| -  // Factory for creating the time-out task. This takes care of revoking
 | 
| -  // outstanding tasks when |this| is deleted.
 | 
| -  base::WeakPtrFactory<ProxyScriptFetcherImpl> weak_factory_;
 | 
| -
 | 
|    // The context used for making network requests.
 | 
|    URLRequestContext* const url_request_context_;
 | 
|  
 | 
| @@ -119,6 +115,10 @@ class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher,
 | 
|    // The maximum amount of time to wait for download to complete.
 | 
|    base::TimeDelta max_duration_;
 | 
|  
 | 
| +  // Factory for creating the time-out task. This takes care of revoking
 | 
| +  // outstanding tasks when |this| is deleted.
 | 
| +  base::WeakPtrFactory<ProxyScriptFetcherImpl> weak_factory_;
 | 
| +
 | 
|    DISALLOW_COPY_AND_ASSIGN(ProxyScriptFetcherImpl);
 | 
|  };
 | 
|  
 | 
| 
 |