| Index: net/spdy/spdy_session.h
 | 
| ===================================================================
 | 
| --- net/spdy/spdy_session.h	(revision 127728)
 | 
| +++ net/spdy/spdy_session.h	(working copy)
 | 
| @@ -50,8 +50,7 @@
 | 
|  class SSLInfo;
 | 
|  
 | 
|  class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
 | 
| -                               public spdy::BufferedSpdyFramerVisitorInterface,
 | 
| -                               public LayeredPool {
 | 
| +                               public spdy::BufferedSpdyFramerVisitorInterface {
 | 
|   public:
 | 
|    // Create a new SpdySession.
 | 
|    // |host_port_proxy_pair| is the host/port that this session connects to, and
 | 
| @@ -267,9 +266,6 @@
 | 
|  
 | 
|    int GetProtocolVersion() const;
 | 
|  
 | 
| -  // LayeredPool implementation.
 | 
| -  virtual bool CloseOneIdleConnection() OVERRIDE;
 | 
| -
 | 
|   private:
 | 
|    friend class base::RefCounted<SpdySession>;
 | 
|  
 | 
| @@ -277,11 +273,9 @@
 | 
|    FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, Ping);
 | 
|    FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, FailedPing);
 | 
|    FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, GetActivePushStream);
 | 
| -  FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, CloseOneIdleConnection);
 | 
|    FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, Ping);
 | 
|    FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, FailedPing);
 | 
|    FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, GetActivePushStream);
 | 
| -  FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, CloseOneIdleConnection);
 | 
|  
 | 
|    struct PendingCreateStream {
 | 
|      PendingCreateStream(const GURL& url, RequestPriority priority,
 | 
| 
 |