| Index: remoting/protocol/protocol_mock_objects.h | 
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h | 
| index ac6267137960362fc15130be8eca84b41f33582e..00be405e2c13336869f29c69cf29e7d8355d1ffb 100644 | 
| --- a/remoting/protocol/protocol_mock_objects.h | 
| +++ b/remoting/protocol/protocol_mock_objects.h | 
| @@ -203,6 +203,7 @@ class MockSession : public Session { | 
| MOCK_METHOD0(jid, const std::string&()); | 
| MOCK_METHOD0(config, const SessionConfig&()); | 
| MOCK_METHOD1(Close, void(ErrorCode error)); | 
| +  void Attach(std::unique_ptr<SessionPlugin> plugin) override; | 
|  | 
| private: | 
| DISALLOW_COPY_AND_ASSIGN(MockSession); | 
|  |