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

Unified Diff: media/cast/rtp_receiver/rtp_receiver_defines.h

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving const' to .cc 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
« no previous file with comments | « media/cast/rtp_receiver/rtp_receiver.cc ('k') | media/cast/rtp_sender/mock_rtp_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_receiver_defines.h
diff --git a/media/cast/rtp_common/rtp_defines.h b/media/cast/rtp_receiver/rtp_receiver_defines.h
similarity index 86%
rename from media/cast/rtp_common/rtp_defines.h
rename to media/cast/rtp_receiver/rtp_receiver_defines.h
index b4bc1a204e954a210061639be1f4c6c125af946d..ae957e3ae6b9247d0c550a17bbb250da10a550f5 100644
--- a/media/cast/rtp_common/rtp_defines.h
+++ b/media/cast/rtp_receiver/rtp_receiver_defines.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_RTP_COMMON_RTP_DEFINES_H_
-#define MEDIA_CAST_RTP_COMMON_RTP_DEFINES_H_
+#ifndef MEDIA_CAST_RTP_RECEIVER_RTP_RECEIVER_DEFINES_H_
+#define MEDIA_CAST_RTP_RECEIVER_RTP_RECEIVER_DEFINES_H_
#include "base/basictypes.h"
#include "media/cast/cast_config.h"
@@ -45,4 +45,4 @@ class RtpPayloadFeedback {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_RTP_COMMON_RTP_DEFINES_H_
+#endif // MEDIA_CAST_RTP_RECEIVER_RTP_RECEIVER_DEFINES_H_
« no previous file with comments | « media/cast/rtp_receiver/rtp_receiver.cc ('k') | media/cast/rtp_sender/mock_rtp_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698