| Index: remoting/protocol/fake_session.h
 | 
| diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
 | 
| index af3f0c456fcf0e0828f69f0df61d4ec24dfd78a5..42148a21b5ec8e5df4f3a98eb402b7843585f6c4 100644
 | 
| --- a/remoting/protocol/fake_session.h
 | 
| +++ b/remoting/protocol/fake_session.h
 | 
| @@ -68,6 +68,7 @@ class FakeSocket : public net::StreamSocket {
 | 
|    virtual bool UsingTCPFastOpen() const OVERRIDE;
 | 
|    virtual int64 NumBytesRead() const OVERRIDE;
 | 
|    virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
 | 
| +  virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
 | 
|  
 | 
|   private:
 | 
|    bool read_pending_;
 | 
| 
 |