Index: webrtc/media/engine/fakewebrtcvideocapturemodule.h |
diff --git a/webrtc/media/webrtc/fakewebrtcvideocapturemodule.h b/webrtc/media/engine/fakewebrtcvideocapturemodule.h |
similarity index 92% |
rename from webrtc/media/webrtc/fakewebrtcvideocapturemodule.h |
rename to webrtc/media/engine/fakewebrtcvideocapturemodule.h |
index 784f2c4f10ebf68e72b9b903e98f016c7c0a57e8..8c63d2b6e1031afe6091eeec4c871681870b4195 100644 |
--- a/webrtc/media/webrtc/fakewebrtcvideocapturemodule.h |
+++ b/webrtc/media/engine/fakewebrtcvideocapturemodule.h |
@@ -8,14 +8,14 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVIDEOCAPTUREMODULE_H_ |
-#define WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVIDEOCAPTUREMODULE_H_ |
+#ifndef WEBRTC_MEDIA_ENGINE_FAKEWEBRTCVIDEOCAPTUREMODULE_H_ |
+#define WEBRTC_MEDIA_ENGINE_FAKEWEBRTCVIDEOCAPTUREMODULE_H_ |
#include <vector> |
#include "webrtc/media/base/testutils.h" |
-#include "webrtc/media/webrtc/fakewebrtcdeviceinfo.h" |
-#include "webrtc/media/webrtc/webrtcvideocapturer.h" |
+#include "webrtc/media/engine/fakewebrtcdeviceinfo.h" |
+#include "webrtc/media/engine/webrtcvideocapturer.h" |
class FakeWebRtcVcmFactory; |
@@ -119,4 +119,4 @@ class FakeWebRtcVideoCaptureModule : public webrtc::VideoCaptureModule { |
int delay_; |
}; |
-#endif // WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVIDEOCAPTUREMODULE_H_ |
+#endif // WEBRTC_MEDIA_ENGINE_FAKEWEBRTCVIDEOCAPTUREMODULE_H_ |