Index: net/spdy/spdy_session_spdy3_unittest.cc |
diff --git a/net/spdy/spdy_session_spdy3_unittest.cc b/net/spdy/spdy_session_spdy3_unittest.cc |
index 21fd7000a15023c9b2df33773783ed7b28f92758..82b4287408062f388de26afb26629eb676c44246 100644 |
--- a/net/spdy/spdy_session_spdy3_unittest.cc |
+++ b/net/spdy/spdy_session_spdy3_unittest.cc |
@@ -1102,7 +1102,7 @@ void IPPoolingTest(bool clean_via_close_current_sessions) { |
spdy_session_pool->Remove(session2); |
session2 = NULL; |
} else { |
- spdy_session_pool->CloseCurrentSessions(); |
+ spdy_session_pool->CloseCurrentSessions(net::ERR_ABORTED); |
} |
// Verify that the map is all cleaned up. |