| Index: extensions/browser/api/cast_channel/cast_socket.h
|
| diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h
|
| index ebf1550d14830625ca050878b491ccb50670a98d..d229dc0d15258284b0e20991b2c238a7e388bdfa 100644
|
| --- a/extensions/browser/api/cast_channel/cast_socket.h
|
| +++ b/extensions/browser/api/cast_channel/cast_socket.h
|
| @@ -216,8 +216,8 @@ class CastSocketImpl : public CastSocket {
|
| TestConnectChallengeVerificationFails);
|
| friend class AuthTransportDelegate;
|
| friend class ApiResourceManager<CastSocketImpl>;
|
| - friend class CastSocketTest;
|
| - friend class TestCastSocket;
|
| + friend class MockTestCastSocket;
|
| + friend class SslTestCastSocket;
|
|
|
| void SetErrorState(ChannelError error_state) override;
|
|
|
|
|