| Index: media/cast/pacing/mock_paced_packet_sender.h
|
| ===================================================================
|
| --- media/cast/pacing/mock_paced_packet_sender.h (revision 226456)
|
| +++ media/cast/pacing/mock_paced_packet_sender.h (working copy)
|
| @@ -13,9 +13,6 @@
|
|
|
| class MockPacedPacketSender : public PacedPacketSender {
|
| public:
|
| - MockPacedPacketSender();
|
| - virtual ~MockPacedPacketSender();
|
| -
|
| MOCK_METHOD2(SendPacket,
|
| bool(const std::vector<uint8>& packet, int num_of_packets));
|
| MOCK_METHOD2(ResendPacket,
|
|
|