| Index: webrtc/media/webrtc/fakewebrtcvcmfactory.h
|
| diff --git a/talk/media/webrtc/fakewebrtcvcmfactory.h b/webrtc/media/webrtc/fakewebrtcvcmfactory.h
|
| similarity index 90%
|
| rename from talk/media/webrtc/fakewebrtcvcmfactory.h
|
| rename to webrtc/media/webrtc/fakewebrtcvcmfactory.h
|
| index 40009cc4a8644e85021ee30e2085e43b17688052..30b129909bef0ec11cc43f51fdea7c7d93758625 100644
|
| --- a/talk/media/webrtc/fakewebrtcvcmfactory.h
|
| +++ b/webrtc/media/webrtc/fakewebrtcvcmfactory.h
|
| @@ -25,13 +25,13 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_SESSION_PHONE_FAKEWEBRTCVCMFACTORY_H_
|
| -#define TALK_SESSION_PHONE_FAKEWEBRTCVCMFACTORY_H_
|
| +#ifndef WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVCMFACTORY_H_
|
| +#define WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVCMFACTORY_H_
|
|
|
| #include <vector>
|
|
|
| -#include "talk/media/webrtc/fakewebrtcvideocapturemodule.h"
|
| -#include "talk/media/webrtc/webrtcvideocapturer.h"
|
| +#include "webrtc/media/webrtc/fakewebrtcvideocapturemodule.h"
|
| +#include "webrtc/media/webrtc/webrtcvideocapturer.h"
|
|
|
| // Factory class to allow the fakes above to be injected into
|
| // WebRtcVideoCapturer.
|
| @@ -62,4 +62,4 @@ FakeWebRtcVideoCaptureModule::~FakeWebRtcVideoCaptureModule() {
|
| factory_->OnDestroyed(this);
|
| }
|
|
|
| -#endif // TALK_SESSION_PHONE_FAKEWEBRTCVCMFACTORY_H_
|
| +#endif // WEBRTC_MEDIA_WEBRTC_FAKEWEBRTCVCMFACTORY_H_
|
|
|