Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: media/cast/pacing/mock_packet_sender.h

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/pacing/mock_paced_packet_sender.cc ('k') | media/cast/pacing/mock_packet_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/pacing/mock_packet_sender.h
diff --git a/media/cast/pacing/mock_packet_sender.h b/media/cast/pacing/mock_packet_sender.h
index bad9bac89d1112de99a417938356d87f556275c6..17e42bc497f1d295f4e037f081c46bb643a31f7c 100644
--- a/media/cast/pacing/mock_packet_sender.h
+++ b/media/cast/pacing/mock_packet_sender.h
@@ -13,6 +13,8 @@ namespace cast {
class MockPacketSender : public PacketSender {
public:
+ MockPacketSender();
+ virtual ~MockPacketSender();
MOCK_METHOD2(SendPacket, bool(const uint8* packet, int length));
};
« no previous file with comments | « media/cast/pacing/mock_paced_packet_sender.cc ('k') | media/cast/pacing/mock_packet_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698