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

Unified Diff: webrtc/media/webrtc/webrtcvideochannelfactory.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/webrtcvideocapturerfactory.cc ('k') | webrtc/media/webrtc/webrtcvideodecoderfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/webrtc/webrtcvideochannelfactory.h
diff --git a/talk/media/webrtc/webrtcvideochannelfactory.h b/webrtc/media/webrtc/webrtcvideochannelfactory.h
similarity index 91%
rename from talk/media/webrtc/webrtcvideochannelfactory.h
rename to webrtc/media/webrtc/webrtcvideochannelfactory.h
index 646348cd55c65d01823262db7a7ba68450105175..2dd8754366bc0a28705338ec941e68b9c67fc08f 100644
--- a/talk/media/webrtc/webrtcvideochannelfactory.h
+++ b/webrtc/media/webrtc/webrtcvideochannelfactory.h
@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_MEDIA_WEBRTC_WEBRTCVIDEOCHANNEL_H_
-#define TALK_MEDIA_WEBRTC_WEBRTCVIDEOCHANNEL_H_
+#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOCHANNELFACTORY_H_
+#define WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOCHANNELFACTORY_H_
namespace cricket {
class VoiceMediaChannel;
@@ -41,4 +41,4 @@ class WebRtcVideoChannelFactory {
};
} // namespace cricket
-#endif // TALK_MEDIA_WEBRTC_WEBRTCVIDEOCHANNEL_H_
+#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOCHANNELFACTORY_H_
« no previous file with comments | « webrtc/media/webrtc/webrtcvideocapturerfactory.cc ('k') | webrtc/media/webrtc/webrtcvideodecoderfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698