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_ |