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

Unified Diff: media/cast/net/pacing/mock_paced_packet_sender.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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/net/frame_id_wrap_helper_test.cc ('k') | media/cast/net/pacing/mock_paced_packet_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/mock_paced_packet_sender.h
diff --git a/media/cast/transport/pacing/mock_paced_packet_sender.h b/media/cast/net/pacing/mock_paced_packet_sender.h
similarity index 72%
rename from media/cast/transport/pacing/mock_paced_packet_sender.h
rename to media/cast/net/pacing/mock_paced_packet_sender.h
index 20b76470351e63f5dd1f759ffb89859fc9aa5bf2..24fd400ecdf8da8ddc6ea5311e98cd6757560b21 100644
--- a/media/cast/transport/pacing/mock_paced_packet_sender.h
+++ b/media/cast/net/pacing/mock_paced_packet_sender.h
@@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_TRANSPORT_PACING_MOCK_PACED_PACKET_SENDER_H_
-#define MEDIA_CAST_TRANSPORT_PACING_MOCK_PACED_PACKET_SENDER_H_
+#ifndef MEDIA_CAST_NET_PACING_MOCK_PACED_PACKET_SENDER_H_
+#define MEDIA_CAST_NET_PACING_MOCK_PACED_PACKET_SENDER_H_
-#include "media/cast/transport/pacing/paced_sender.h"
+#include "media/cast/net/pacing/paced_sender.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace media {
namespace cast {
-namespace transport {
class MockPacedPacketSender : public PacedPacketSender {
public:
@@ -24,8 +23,7 @@ class MockPacedPacketSender : public PacedPacketSender {
MOCK_METHOD1(CancelSendingPacket, void(const PacketKey& packet_key));
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_PACING_MOCK_PACED_PACKET_SENDER_H_
+#endif // MEDIA_CAST_NET_PACING_MOCK_PACED_PACKET_SENDER_H_
« no previous file with comments | « media/cast/net/frame_id_wrap_helper_test.cc ('k') | media/cast/net/pacing/mock_paced_packet_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698