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

Unified Diff: net/spdy/spdy_session.h

Issue 8598030: Cleanup: Another round of unused forward declaration cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « net/http/http_network_session_peer.h ('k') | ppapi/proxy/ppb_audio_input_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
===================================================================
--- net/spdy/spdy_session.h (revision 124292)
+++ net/spdy/spdy_session.h (working copy)
@@ -6,7 +6,7 @@
#define NET_SPDY_SPDY_SESSION_H_
#pragma once
-#include <deque>
+#include <algorithm>
#include <list>
#include <map>
#include <queue>
@@ -42,7 +42,6 @@
const int kMaxSpdyFrameChunkSize = (2 * kMss) - spdy::SpdyFrame::kHeaderSize;
class BoundNetLog;
-class SpdySettingsStorage;
class SpdyStream;
class SSLInfo;
« no previous file with comments | « net/http/http_network_session_peer.h ('k') | ppapi/proxy/ppb_audio_input_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698