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

Unified Diff: webrtc/media/base/fakenetworkinterface.h

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 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
« no previous file with comments | « webrtc/media/base/fakemediaengine.h ('k') | webrtc/media/base/fakertp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/media/base/fakemediaengine.h ('k') | webrtc/media/base/fakertp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698