| Index: components/cast_channel/cast_test_util.h
|
| diff --git a/components/cast_channel/cast_test_util.h b/components/cast_channel/cast_test_util.h
|
| index 48273c223efe8267c194b6d2a60c64f42fc08b34..e75b888ca76c7ec0389f539bb18ec85ce065917b 100644
|
| --- a/components/cast_channel/cast_test_util.h
|
| +++ b/components/cast_channel/cast_test_util.h
|
| @@ -77,7 +77,6 @@ class MockCastSocket : public CastSocket {
|
| MOCK_CONST_METHOD0(ip_endpoint, const net::IPEndPoint&());
|
| MOCK_CONST_METHOD0(id, int());
|
| MOCK_METHOD1(set_id, void(int id));
|
| - MOCK_CONST_METHOD0(channel_auth, ChannelAuthType());
|
| MOCK_CONST_METHOD0(ready_state, ReadyState());
|
| MOCK_CONST_METHOD0(error_state, ChannelError());
|
| MOCK_CONST_METHOD0(keep_alive, bool(void));
|
|
|