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

Unified Diff: media/cast/net/cast_transport_config.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/DEPS ('k') | media/cast/net/cast_transport_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/cast_transport_config.h
diff --git a/media/cast/transport/cast_transport_config.h b/media/cast/net/cast_transport_config.h
similarity index 95%
rename from media/cast/transport/cast_transport_config.h
rename to media/cast/net/cast_transport_config.h
index 4525a5bd4c2db2e5ad1db03681996e107b98b516..db87b8c9fc3e899fe6a1b51ee382128c32612e7d 100644
--- a/media/cast/transport/cast_transport_config.h
+++ b/media/cast/net/cast_transport_config.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_TRANSPORT_CAST_TRANSPORT_CONFIG_H_
-#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_CONFIG_H_
+#ifndef MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_
+#define MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_
#include <string>
#include <vector>
@@ -13,12 +13,10 @@
#include "base/memory/linked_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/stl_util.h"
-#include "media/cast/transport/cast_transport_defines.h"
-#include "net/base/ip_endpoint.h"
+#include "media/cast/net/cast_transport_defines.h"
namespace media {
namespace cast {
-namespace transport {
enum RtcpMode {
kRtcpCompound, // Compound RTCP mode is described by RFC 4585.
@@ -195,8 +193,7 @@ inline bool operator==(RtcpSenderInfo lhs, RtcpSenderInfo rhs) {
lhs.send_octet_count == rhs.send_octet_count;
}
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_CONFIG_H_
+#endif // MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_
« no previous file with comments | « media/cast/net/DEPS ('k') | media/cast/net/cast_transport_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698