| Index: components/cast_channel/cast_socket.h
|
| diff --git a/components/cast_channel/cast_socket.h b/components/cast_channel/cast_socket.h
|
| index 6afee6a91bb34101507820d7478776f5d6f3a2a4..e2fc768c1b1bb4d7165989f3f6a7ea767721d5cd 100644
|
| --- a/components/cast_channel/cast_socket.h
|
| +++ b/components/cast_channel/cast_socket.h
|
| @@ -205,8 +205,6 @@ class CastSocketImpl : public CastSocket {
|
| FRIEND_TEST_ALL_PREFIXES(CastSocketTest,
|
| TestConnectChallengeVerificationFails);
|
| friend class AuthTransportDelegate;
|
| - friend class CastSocketTest;
|
| - friend class TestCastSocket;
|
|
|
| void SetErrorState(ChannelError error_state) override;
|
|
|
|
|