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

Unified Diff: media/cast/net/rtp/rtp_defines.cc

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/rtp_defines.cc
diff --git a/media/cast/net/rtp/rtp_receiver_defines.cc b/media/cast/net/rtp/rtp_defines.cc
similarity index 82%
rename from media/cast/net/rtp/rtp_receiver_defines.cc
rename to media/cast/net/rtp/rtp_defines.cc
index 325b3058f670fdab8d919678d27e4badfa60daa3..3ce9c81112a7c9c61eb3280d816ef1fb5ce39ae7 100644
--- a/media/cast/net/rtp/rtp_receiver_defines.cc
+++ b/media/cast/net/rtp/rtp_defines.cc
@@ -1,8 +1,8 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cast/net/rtp/rtp_receiver_defines.h"
+#include "media/cast/net/rtp/rtp_defines.h"
namespace media {
namespace cast {

Powered by Google App Engine
This is Rietveld 408576698