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

Unified Diff: media/cast/net/rtcp/rtcp_builder.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/rtcp/rtcp.cc ('k') | media/cast/net/rtcp/rtcp_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/rtcp_builder.h
diff --git a/media/cast/transport/rtcp/rtcp_builder.h b/media/cast/net/rtcp/rtcp_builder.h
similarity index 78%
rename from media/cast/transport/rtcp/rtcp_builder.h
rename to media/cast/net/rtcp/rtcp_builder.h
index f095ae9ee546b90d12a13ae8d0996f7d55fc1f66..9f1f7a9a0dd0594f80cf7a617168766ac174daf7 100644
--- a/media/cast/transport/rtcp/rtcp_builder.h
+++ b/media/cast/net/rtcp/rtcp_builder.h
@@ -2,19 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_TRANSPORT_RTCP_RTCP_BUILDER_H_
-#define MEDIA_CAST_TRANSPORT_RTCP_RTCP_BUILDER_H_
+#ifndef MEDIA_CAST_NET_RTCP_RTCP_BUILDER_H_
+#define MEDIA_CAST_NET_RTCP_RTCP_BUILDER_H_
#include <list>
#include <string>
#include <vector>
-#include "media/cast/transport/cast_transport_defines.h"
-#include "media/cast/transport/pacing/paced_sender.h"
+#include "media/cast/net/cast_transport_defines.h"
+#include "media/cast/net/pacing/paced_sender.h"
namespace media {
namespace cast {
-namespace transport {
class RtcpBuilder {
public:
@@ -42,8 +41,7 @@ class RtcpBuilder {
DISALLOW_COPY_AND_ASSIGN(RtcpBuilder);
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_RTCP_RTCP_BUILDER_H_
+#endif // MEDIA_CAST_NET_RTCP_RTCP_BUILDER_H_
« no previous file with comments | « media/cast/net/rtcp/rtcp.cc ('k') | media/cast/net/rtcp/rtcp_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698