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

Unified Diff: media/cast/transport/pacing/paced_sender.h

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback Created 7 years 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
Index: media/cast/transport/pacing/paced_sender.h
diff --git a/media/cast/net/pacing/paced_sender.h b/media/cast/transport/pacing/paced_sender.h
similarity index 91%
rename from media/cast/net/pacing/paced_sender.h
rename to media/cast/transport/pacing/paced_sender.h
index 260ea8f2354f4803ba6a767e98d5a6fb941c07f1..2f91a464dd5065e7180a115c61a48950eb951fda 100644
--- a/media/cast/net/pacing/paced_sender.h
+++ b/media/cast/transport/pacing/paced_sender.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_NET_PACING_PACED_SENDER_H_
-#define MEDIA_CAST_NET_PACING_PACED_SENDER_H_
+#ifndef MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
+#define MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
#include <list>
#include <vector>
@@ -20,6 +20,7 @@
namespace media {
namespace cast {
+namespace transport {
// We have this pure virtual class to enable mocking.
class PacedPacketSender {
@@ -78,7 +79,8 @@ class PacedSender : public PacedPacketSender,
DISALLOW_COPY_AND_ASSIGN(PacedSender);
};
+} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_NET_PACING_PACED_SENDER_H_
+#endif // MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
« no previous file with comments | « media/cast/transport/pacing/mock_paced_packet_sender.cc ('k') | media/cast/transport/pacing/paced_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698