Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index bde328cac306450b1cbac03a6ee9bbbfe107c9da..343aa2d40995f69f424c0490ea93efe9a0334227 100644 |
--- a/net/spdy/spdy_session.h |
+++ b/net/spdy/spdy_session.h |
@@ -12,6 +12,7 @@ |
#include <map> |
#include <set> |
#include <string> |
+#include <vector> |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
@@ -1015,8 +1016,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface, |
// requests. |
std::set<SpdySessionKey> pooled_aliases_; |
- // |pool_| owns us, therefore its lifetime must exceed ours. We set |
- // this to NULL after we are removed from the pool. |
+ // |pool_| owns us, therefore its lifetime must exceed ours. |
SpdySessionPool* pool_; |
const base::WeakPtr<HttpServerProperties> http_server_properties_; |