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

Unified Diff: media/cast/transport/rtp/packet_storage.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/packet_storage.cc
diff --git a/media/cast/transport/rtp_sender/packet_storage/packet_storage.cc b/media/cast/transport/rtp/packet_storage.cc
similarity index 94%
rename from media/cast/transport/rtp_sender/packet_storage/packet_storage.cc
rename to media/cast/transport/rtp/packet_storage.cc
index a748baa27ab5a44bd1d943efe72dccf6453b7f30..81e5d2388509f97f79df216ca8b0de960ba9206e 100644
--- a/media/cast/transport/rtp_sender/packet_storage/packet_storage.cc
+++ b/media/cast/transport/rtp/packet_storage.cc
@@ -2,11 +2,12 @@
// 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/packet_storage/packet_storage.h"
+#include "media/cast/transport/rtp/packet_storage.h"
#include <string>
#include "base/logging.h"
+#include "media/cast/cast_defines.h"
namespace media {
namespace cast {

Powered by Google App Engine
This is Rietveld 408576698