| 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_;
|
|
|
|
|