| Index: trunk/src/media/cast/pacing/mock_paced_packet_sender.h
|
| ===================================================================
|
| --- trunk/src/media/cast/pacing/mock_paced_packet_sender.h (revision 226266)
|
| +++ trunk/src/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,
|
|
|