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

Unified Diff: net/spdy/spdy_session_pool.h

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/spdy/spdy_session_pool.h
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
index 0fad5d2d46b381b3dc8b2e632336e5631f921a66..9874cc28e5090dda2001b02d32b661a3ebbd7902 100644
--- a/net/spdy/spdy_session_pool.h
+++ b/net/spdy/spdy_session_pool.h
@@ -184,10 +184,9 @@ class NET_EXPORT SpdySessionPool
// Close only the currently existing SpdySessions with |error|. Let
// any new ones created while this method is running continue to
// live. If |idle_only| is true only idle sessions are closed.
- void CloseCurrentSessionsHelper(
- Error error,
- const std::string& description,
- bool idle_only);
+ void CloseCurrentSessionsHelper(Error error,
+ const std::string& description,
+ bool idle_only);
const base::WeakPtr<HttpServerProperties> http_server_properties_;

Powered by Google App Engine
This is Rietveld 408576698