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

Unified Diff: webrtc/media/webrtc/webrtcvoiceengine.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/webrtc/webrtcvoe.h ('k') | webrtc/media/webrtc/webrtcvoiceengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/webrtc/webrtcvoiceengine.h
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/webrtc/media/webrtc/webrtcvoiceengine.h
similarity index 97%
rename from talk/media/webrtc/webrtcvoiceengine.h
rename to webrtc/media/webrtc/webrtcvoiceengine.h
index 9f894c93ead83839d763bae7064ff953dd93af89..de12ef3410fae4ad58a0cce36d219077502accc5 100644
--- a/talk/media/webrtc/webrtcvoiceengine.h
+++ b/webrtc/media/webrtc/webrtcvoiceengine.h
@@ -25,16 +25,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_MEDIA_WEBRTCVOICEENGINE_H_
-#define TALK_MEDIA_WEBRTCVOICEENGINE_H_
+#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCVOICEENGINE_H_
+#define WEBRTC_MEDIA_WEBRTC_WEBRTCVOICEENGINE_H_
#include <map>
#include <string>
#include <vector>
-#include "talk/media/base/rtputils.h"
-#include "talk/media/webrtc/webrtccommon.h"
-#include "talk/media/webrtc/webrtcvoe.h"
#include "talk/session/media/channel.h"
#include "webrtc/audio_state.h"
#include "webrtc/base/buffer.h"
@@ -44,6 +41,9 @@
#include "webrtc/call.h"
#include "webrtc/common.h"
#include "webrtc/config.h"
+#include "webrtc/media/base/rtputils.h"
+#include "webrtc/media/webrtc/webrtccommon.h"
+#include "webrtc/media/webrtc/webrtcvoe.h"
namespace cricket {
@@ -289,4 +289,4 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel,
};
} // namespace cricket
-#endif // TALK_MEDIA_WEBRTCVOICEENGINE_H_
+#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCVOICEENGINE_H_
« no previous file with comments | « webrtc/media/webrtc/webrtcvoe.h ('k') | webrtc/media/webrtc/webrtcvoiceengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698