Index: webrtc/media/webrtc/fakewebrtcvoiceengine.h |
diff --git a/talk/media/webrtc/fakewebrtcvoiceengine.h b/webrtc/media/webrtc/fakewebrtcvoiceengine.h |
similarity index 98% |
rename from talk/media/webrtc/fakewebrtcvoiceengine.h |
rename to webrtc/media/webrtc/fakewebrtcvoiceengine.h |
index 4c6c016a38af2221c207cbff694cfd7e02bc5b0f..aedbe845c01e991e7ce8efcc15d12c91d0411198 100644 |
--- a/talk/media/webrtc/fakewebrtcvoiceengine.h |
+++ b/webrtc/media/webrtc/fakewebrtcvoiceengine.h |
@@ -25,22 +25,22 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_SESSION_PHONE_FAKEWEBRTCVOICEENGINE_H_ |
-#define TALK_SESSION_PHONE_FAKEWEBRTCVOICEENGINE_H_ |
+#ifndef WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVOICEENGINE_H_ |
+#define WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVOICEENGINE_H_ |
#include <list> |
#include <map> |
#include <vector> |
-#include "talk/media/base/codec.h" |
-#include "talk/media/base/rtputils.h" |
-#include "talk/media/webrtc/fakewebrtccommon.h" |
-#include "talk/media/webrtc/webrtcvoe.h" |
#include "webrtc/base/basictypes.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/gunit.h" |
#include "webrtc/base/stringutils.h" |
#include "webrtc/config.h" |
+#include "webrtc/media/base/codec.h" |
+#include "webrtc/media/base/rtputils.h" |
+#include "webrtc/media/webrtc/fakewebrtccommon.h" |
+#include "webrtc/media/webrtc/webrtcvoe.h" |
#include "webrtc/modules/audio_coding/acm2/rent_a_codec.h" |
#include "webrtc/modules/audio_processing/include/audio_processing.h" |
@@ -822,4 +822,4 @@ class FakeWebRtcVoiceEngine |
} // namespace cricket |
-#endif // TALK_SESSION_PHONE_FAKEWEBRTCVOICEENGINE_H_ |
+#endif // WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVOICEENGINE_H_ |