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

Unified Diff: media/cast/transport/rtp/rtp_header_parser.cc

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS 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
Index: media/cast/transport/rtp/rtp_header_parser.cc
diff --git a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc b/media/cast/transport/rtp/rtp_header_parser.cc
similarity index 97%
rename from media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc
rename to media/cast/transport/rtp/rtp_header_parser.cc
index ddadcb2cf2ab169e56687a6578730421fcd6a8e2..70ed9cd75c20eeed3b36fde0499d65ad6b41704f 100644
--- a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc
+++ b/media/cast/transport/rtp/rtp_header_parser.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h"
+#include "media/cast/transport/rtp/rtp_header_parser.h"
#include <cstddef>

Powered by Google App Engine
This is Rietveld 408576698