| Index: net/spdy/spdy_session.h
|
| ===================================================================
|
| --- net/spdy/spdy_session.h (revision 211652)
|
| +++ net/spdy/spdy_session.h (working copy)
|
| @@ -182,7 +182,7 @@
|
| class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| public BufferedSpdyFramerVisitorInterface,
|
| public SpdyFramerDebugVisitorInterface,
|
| - public LayeredPool {
|
| + public HigherLayeredPool {
|
| public:
|
| // TODO(akalin): Use base::TickClock when it becomes available.
|
| typedef base::TimeTicks (*TimeFunc)(void);
|
| @@ -454,7 +454,7 @@
|
| return buffered_spdy_framer_->GetDataFrameMaximumPayload();
|
| }
|
|
|
| - // LayeredPool implementation:
|
| + // HigherLayeredPool implementation:
|
| virtual bool CloseOneIdleConnection() OVERRIDE;
|
|
|
| private:
|
|
|