| Index: media/cast/net/rtp/frame_id_map.cc
|
| diff --git a/media/cast/framer/frame_id_map.cc b/media/cast/net/rtp/frame_id_map.cc
|
| similarity index 98%
|
| rename from media/cast/framer/frame_id_map.cc
|
| rename to media/cast/net/rtp/frame_id_map.cc
|
| index b4389fd53234069cff9690246b4affcc6f4cbd8b..22a8db277dc0885ba377647d0386b1af84f26fe3 100644
|
| --- a/media/cast/framer/frame_id_map.cc
|
| +++ b/media/cast/net/rtp/frame_id_map.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/cast/framer/frame_id_map.h"
|
| +#include "media/cast/net/rtp/frame_id_map.h"
|
|
|
| #include "base/logging.h"
|
| -#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
|
| +#include "media/cast/net/rtp/rtp_receiver_defines.h"
|
|
|
| namespace media {
|
| namespace cast {
|
|
|