Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: net/proxy/dhcp_proxy_script_fetcher.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698