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

Unified Diff: media/cast/net/rtp/framer.h

Issue 1377273003: cast: cleanup rtp header and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the commits Created 5 years, 3 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
Index: media/cast/net/rtp/framer.h
diff --git a/media/cast/net/rtp/framer.h b/media/cast/net/rtp/framer.h
index 95c1a0eb621142790ceca4bd00bf8a76c9d6006c..e39bafe207e5aca4c98daff0b264a273079629e8 100644
--- a/media/cast/net/rtp/framer.h
+++ b/media/cast/net/rtp/framer.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_FRAMER_FRAMER_H_
-#define MEDIA_CAST_FRAMER_FRAMER_H_
+#ifndef MEDIA_CAST_NET_RTP_FRAMER_H_
+#define MEDIA_CAST_NET_RTP_FRAMER_H_
#include <map>
@@ -15,7 +15,7 @@
#include "media/cast/net/rtcp/rtcp.h"
#include "media/cast/net/rtp/cast_message_builder.h"
#include "media/cast/net/rtp/frame_buffer.h"
-#include "media/cast/net/rtp/rtp_receiver_defines.h"
+#include "media/cast/net/rtp/rtp_defines.h"
namespace media {
namespace cast {
@@ -93,4 +93,4 @@ class Framer {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_FRAMER_FRAMER_H_
+#endif // MEDIA_CAST_NET_RTP_FRAMER_H_

Powered by Google App Engine
This is Rietveld 408576698