Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: webrtc/media/webrtc/fakewebrtcvcmfactory.h

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/media/webrtc/fakewebrtcdeviceinfo.h ('k') | webrtc/media/webrtc/fakewebrtcvideocapturemodule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/media/webrtc/fakewebrtcdeviceinfo.h ('k') | webrtc/media/webrtc/fakewebrtcvideocapturemodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698