Index: webrtc/media/base/fakenetworkinterface.h |
diff --git a/talk/media/base/fakenetworkinterface.h b/webrtc/media/base/fakenetworkinterface.h |
similarity index 96% |
rename from talk/media/base/fakenetworkinterface.h |
rename to webrtc/media/base/fakenetworkinterface.h |
index 418dfef63cd8d9ccff03764724efb20a209ab38b..3ff0703c23a267ef18807599380346eb8f7fda7a 100644 |
--- a/talk/media/base/fakenetworkinterface.h |
+++ b/webrtc/media/base/fakenetworkinterface.h |
@@ -25,14 +25,12 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_MEDIA_BASE_FAKENETWORKINTERFACE_H_ |
-#define TALK_MEDIA_BASE_FAKENETWORKINTERFACE_H_ |
+#ifndef WEBRTC_MEDIA_BASE_FAKENETWORKINTERFACE_H_ |
+#define WEBRTC_MEDIA_BASE_FAKENETWORKINTERFACE_H_ |
#include <map> |
#include <vector> |
-#include "talk/media/base/mediachannel.h" |
-#include "talk/media/base/rtputils.h" |
#include "webrtc/base/buffer.h" |
#include "webrtc/base/byteorder.h" |
#include "webrtc/base/criticalsection.h" |
@@ -40,6 +38,8 @@ |
#include "webrtc/base/messagehandler.h" |
#include "webrtc/base/messagequeue.h" |
#include "webrtc/base/thread.h" |
+#include "webrtc/media/base/mediachannel.h" |
+#include "webrtc/media/base/rtputils.h" |
namespace cricket { |
@@ -242,4 +242,4 @@ class FakeNetworkInterface : public MediaChannel::NetworkInterface, |
} // namespace cricket |
-#endif // TALK_MEDIA_BASE_FAKENETWORKINTERFACE_H_ |
+#endif // WEBRTC_MEDIA_BASE_FAKENETWORKINTERFACE_H_ |