| Index: webrtc/media/webrtc/webrtcvoe.h
|
| diff --git a/talk/media/webrtc/webrtcvoe.h b/webrtc/media/webrtc/webrtcvoe.h
|
| similarity index 96%
|
| rename from talk/media/webrtc/webrtcvoe.h
|
| rename to webrtc/media/webrtc/webrtcvoe.h
|
| index aa705a014d648a2b9054beb4ab50d891ee61ab22..d55c359e9ce56a3eaf8c37203fcfcca0de21bfc5 100644
|
| --- a/talk/media/webrtc/webrtcvoe.h
|
| +++ b/webrtc/media/webrtc/webrtcvoe.h
|
| @@ -25,11 +25,11 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_MEDIA_WEBRTCVOE_H_
|
| -#define TALK_MEDIA_WEBRTCVOE_H_
|
| +#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCVOE_H_
|
| +#define WEBRTC_MEDIA_WEBRTC_WEBRTCVOE_H_
|
|
|
| -#include "talk/media/webrtc/webrtccommon.h"
|
| #include "webrtc/base/common.h"
|
| +#include "webrtc/media/webrtc/webrtccommon.h"
|
|
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/audio_device/include/audio_device.h"
|
| @@ -133,4 +133,4 @@ class VoEWrapper {
|
| };
|
| } // namespace cricket
|
|
|
| -#endif // TALK_MEDIA_WEBRTCVOE_H_
|
| +#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCVOE_H_
|
|
|