Chromium Code Reviews| Index: net/proxy/dhcp_proxy_script_fetcher.cc |
| diff --git a/net/proxy/dhcp_proxy_script_fetcher.cc b/net/proxy/dhcp_proxy_script_fetcher.cc |
| index 4771d9d2f29cea169d112e0d617fc9664d4ebed2..1771be05d643ce8ec86704cfbe84c9b410f7ab9c 100644 |
| --- a/net/proxy/dhcp_proxy_script_fetcher.cc |
| +++ b/net/proxy/dhcp_proxy_script_fetcher.cc |
| @@ -9,7 +9,7 @@ |
| namespace net { |
| std::string DhcpProxyScriptFetcher::GetFetcherName() const { |
| - return ""; |
| + return std::string(); |
| } |
| DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() {} |