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

Unified Diff: net/socket/client_socket_pool.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/socket/client_socket_pool.cc
diff --git a/net/socket/client_socket_pool.cc b/net/socket/client_socket_pool.cc
index 0eebd11b9fb63ba1a9300936b8cf53a091913829..f96918912d881db60365840f117a201b3196ae2d 100644
--- a/net/socket/client_socket_pool.cc
+++ b/net/socket/client_socket_pool.cc
@@ -43,8 +43,10 @@ void ClientSocketPool::set_used_idle_socket_timeout(base::TimeDelta timeout) {
g_used_idle_socket_timeout_s = timeout.InSeconds();
}
-ClientSocketPool::ClientSocketPool() {}
+ClientSocketPool::ClientSocketPool() {
+}
-ClientSocketPool::~ClientSocketPool() {}
+ClientSocketPool::~ClientSocketPool() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698