Chromium Code Reviews| Index: remoting/protocol/authenticator_test_base.h |
| diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h |
| index 16b4a14bac95507fef6c617fc52f04be45dae25b..1926693adf97a9a3d3d66429e454f5bcceba9b4c 100644 |
| --- a/remoting/protocol/authenticator_test_base.h |
| +++ b/remoting/protocol/authenticator_test_base.h |
| @@ -50,8 +50,10 @@ class AuthenticatorTestBase : public testing::Test { |
| void OnHostConnected(int error, std::unique_ptr<P2PStreamSocket> socket); |
| void OnClientConnected(int error, std::unique_ptr<P2PStreamSocket> socket); |
| + private: |
|
gab
2016/07/04 14:47:06
private section at bottom and including DISALLOW_C
fdoray
2016/07/04 16:33:59
Done.
|
| base::MessageLoop message_loop_; |
| + protected: |
| scoped_refptr<RsaKeyPair> key_pair_; |
| std::string host_public_key_; |
| std::string host_cert_; |