Index: webrtc/media/webrtc/fakewebrtcvideoengine.h |
diff --git a/talk/media/webrtc/fakewebrtcvideoengine.h b/webrtc/media/webrtc/fakewebrtcvideoengine.h |
similarity index 95% |
rename from talk/media/webrtc/fakewebrtcvideoengine.h |
rename to webrtc/media/webrtc/fakewebrtcvideoengine.h |
index aebd843d2f52364256d1b61b67a2699f9f4b4a43..fe17b9780f4a3ed24dfb20e5304de0bdef29119f 100644 |
--- a/talk/media/webrtc/fakewebrtcvideoengine.h |
+++ b/webrtc/media/webrtc/fakewebrtcvideoengine.h |
@@ -25,22 +25,22 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_MEDIA_WEBRTC_FAKEWEBRTCVIDEOENGINE_H_ |
-#define TALK_MEDIA_WEBRTC_FAKEWEBRTCVIDEOENGINE_H_ |
+#ifndef WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVIDEOENGINE_H_ |
+#define WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVIDEOENGINE_H_ |
#include <map> |
#include <set> |
#include <vector> |
-#include "talk/media/base/codec.h" |
-#include "talk/media/webrtc/fakewebrtccommon.h" |
-#include "talk/media/webrtc/webrtcvideodecoderfactory.h" |
-#include "talk/media/webrtc/webrtcvideoencoderfactory.h" |
#include "webrtc/base/basictypes.h" |
#include "webrtc/base/criticalsection.h" |
#include "webrtc/base/gunit.h" |
#include "webrtc/base/stringutils.h" |
#include "webrtc/base/thread_annotations.h" |
+#include "webrtc/media/base/codec.h" |
+#include "webrtc/media/webrtc/fakewebrtccommon.h" |
+#include "webrtc/media/webrtc/webrtcvideodecoderfactory.h" |
+#include "webrtc/media/webrtc/webrtcvideoencoderfactory.h" |
#include "webrtc/modules/video_coding/include/video_error_codes.h" |
#include "webrtc/video_decoder.h" |
#include "webrtc/video_encoder.h" |
@@ -250,4 +250,4 @@ class FakeWebRtcVideoEncoderFactory : public WebRtcVideoEncoderFactory { |
} // namespace cricket |
-#endif // TALK_MEDIA_WEBRTC_FAKEWEBRTCVIDEOENGINE_H_ |
+#endif // WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVIDEOENGINE_H_ |