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

Unified Diff: net/spdy/spdy_session.h

Issue 1801293002: Lint SpdySession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | net/spdy/spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | net/spdy/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698