| Index: remoting/protocol/fake_authenticator.h
|
| diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
|
| index 94d002c6cb77a00290668ec53e49dd43f5471a19..3975b8a89781042d3906a9ae75b1b9191092f5f2 100644
|
| --- a/remoting/protocol/fake_authenticator.h
|
| +++ b/remoting/protocol/fake_authenticator.h
|
| @@ -19,7 +19,7 @@ class FakeChannelAuthenticator : public ChannelAuthenticator {
|
| ~FakeChannelAuthenticator() override;
|
|
|
| // ChannelAuthenticator interface.
|
| - void SecureAndAuthenticate(scoped_ptr<net::StreamSocket> socket,
|
| + void SecureAndAuthenticate(scoped_ptr<P2PStreamSocket> socket,
|
| const DoneCallback& done_callback) override;
|
|
|
| private:
|
| @@ -31,7 +31,7 @@ class FakeChannelAuthenticator : public ChannelAuthenticator {
|
| int result_;
|
| bool async_;
|
|
|
| - scoped_ptr<net::StreamSocket> socket_;
|
| + scoped_ptr<P2PStreamSocket> socket_;
|
| DoneCallback done_callback_;
|
|
|
| bool did_read_bytes_;
|
|
|