summaryrefslogtreecommitdiffstats
path: root/net/proxy/dhcp_proxy_script_fetcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/dhcp_proxy_script_fetcher.cc')
-rw-r--r--net/proxy/dhcp_proxy_script_fetcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/dhcp_proxy_script_fetcher.cc b/net/proxy/dhcp_proxy_script_fetcher.cc
index 4771d9d..1771be0 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() {}