| Index: remoting/protocol/fake_session.h
|
| diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
|
| index 2516a789ea8381d0fd123c5450d32527b09ba9d5..dfe18bd735f1beef74fd6b7f7c59600eeb05bf17 100644
|
| --- a/remoting/protocol/fake_session.h
|
| +++ b/remoting/protocol/fake_session.h
|
| @@ -162,7 +162,6 @@ class FakeSession : public Session {
|
| virtual void set_receiver_token(const std::string& receiver_token) OVERRIDE;
|
|
|
| virtual void set_shared_secret(const std::string& secret) OVERRIDE;
|
| - virtual const std::string& shared_secret() OVERRIDE;
|
|
|
| virtual void Close() OVERRIDE;
|
|
|
|
|