Index: webrtc/media/base/fakertp.h |
diff --git a/talk/media/base/fakertp.h b/webrtc/media/base/fakertp.h |
similarity index 97% |
rename from talk/media/base/fakertp.h |
rename to webrtc/media/base/fakertp.h |
index 7c56cbaa7f40a878576149fcfc27225fbf6b2b6f..229d5cbbda75a8b355212486cb935ec7eacfcbb0 100644 |
--- a/talk/media/base/fakertp.h |
+++ b/webrtc/media/base/fakertp.h |
@@ -27,8 +27,8 @@ |
// Fake RTP and RTCP packets to use in unit tests. |
-#ifndef TALK_MEDIA_BASE_FAKERTP_H_ |
-#define TALK_MEDIA_BASE_FAKERTP_H_ |
+#ifndef WEBRTC_MEDIA_BASE_FAKERTP_H_ |
+#define WEBRTC_MEDIA_BASE_FAKERTP_H_ |
// A typical PCMU RTP packet. |
// PT=0, SN=1, TS=0, SSRC=1 |
@@ -101,4 +101,4 @@ static const unsigned char kDataPacket[] = { |
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, |
}; |
-#endif // TALK_MEDIA_BASE_FAKERTP_H_ |
+#endif // WEBRTC_MEDIA_BASE_FAKERTP_H_ |