Chromium Code Reviews| Index: net/proxy/dhcp_proxy_script_fetcher_win.cc |
| diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.cc b/net/proxy/dhcp_proxy_script_fetcher_win.cc |
| index d7392fefbdbd95e9cc3ce0177cc0f682be75f771..aa68c31931955b03db9a3a577070936cdb16898c 100644 |
| --- a/net/proxy/dhcp_proxy_script_fetcher_win.cc |
| +++ b/net/proxy/dhcp_proxy_script_fetcher_win.cc |
| @@ -110,7 +110,7 @@ void DhcpProxyScriptFetcherWin::CancelImpl() { |
| (*it)->Cancel(); |
| } |
| - fetchers_.reset(); |
| + fetchers_.clear(); |
| } |
| } |