Chromium Code Reviews| Index: net/http/http_cache.cc |
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc |
| index 4cdcbb6cd88106e68c63f56a906d3f593c320955..0dd3cebf1545d5e0306e815959dc6084d217b3be 100644 |
| --- a/net/http/http_cache.cc |
| +++ b/net/http/http_cache.cc |
| @@ -392,7 +392,7 @@ void HttpCache::CloseAllConnections() { |
| HttpNetworkSession* session = network->GetSession(); |
| if (session) |
| session->CloseAllConnections(); |
| - } |
| +} |
| void HttpCache::CloseIdleConnections() { |
| net::HttpNetworkLayer* network = |