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 1771be05d643ce8ec86704cfbe84c9b410f7ab9c..67f1184d51205b6ef6e88c1ecf33b373171025ed 100644 |
--- a/net/proxy/dhcp_proxy_script_fetcher.cc |
+++ b/net/proxy/dhcp_proxy_script_fetcher.cc |
@@ -12,20 +12,25 @@ std::string DhcpProxyScriptFetcher::GetFetcherName() const { |
return std::string(); |
} |
-DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() {} |
+DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() { |
+} |
-DhcpProxyScriptFetcher::~DhcpProxyScriptFetcher() {} |
+DhcpProxyScriptFetcher::~DhcpProxyScriptFetcher() { |
+} |
-DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() {} |
+DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() { |
+} |
-DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() {} |
+DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() { |
+} |
-int DoNothingDhcpProxyScriptFetcher::Fetch( |
- base::string16* utf16_text, const CompletionCallback& callback) { |
+int DoNothingDhcpProxyScriptFetcher::Fetch(base::string16* utf16_text, |
+ const CompletionCallback& callback) { |
return ERR_NOT_IMPLEMENTED; |
} |
-void DoNothingDhcpProxyScriptFetcher::Cancel() {} |
+void DoNothingDhcpProxyScriptFetcher::Cancel() { |
+} |
const GURL& DoNothingDhcpProxyScriptFetcher::GetPacURL() const { |
return gurl_; |