Index: webrtc/media/base/rtputils.cc |
diff --git a/talk/media/base/rtputils.cc b/webrtc/media/base/rtputils.cc |
similarity index 99% |
rename from talk/media/base/rtputils.cc |
rename to webrtc/media/base/rtputils.cc |
index 422a85884c5f4e164c0c1c404b99e73bb9f88af2..a3c2504d9ff8140c94158d834ee13c38da83f8cb 100644 |
--- a/talk/media/base/rtputils.cc |
+++ b/webrtc/media/base/rtputils.cc |
@@ -25,14 +25,14 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "talk/media/base/rtputils.h" |
+#include "webrtc/media/base/rtputils.h" |
-#include "talk/media/base/turnutils.h" |
// PacketTimeUpdateParams is defined in asyncpacketsocket.h. |
// TODO(sergeyu): Find more appropriate place for PacketTimeUpdateParams. |
#include "webrtc/base/asyncpacketsocket.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/messagedigest.h" |
+#include "webrtc/media/base/turnutils.h" |
namespace cricket { |