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

Unified Diff: webrtc/api/androidvideocapturer.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds 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
Index: webrtc/api/androidvideocapturer.h
diff --git a/talk/app/webrtc/androidvideocapturer.h b/webrtc/api/androidvideocapturer.h
similarity index 96%
rename from talk/app/webrtc/androidvideocapturer.h
rename to webrtc/api/androidvideocapturer.h
index c6022f7c0c440b0c3d82b39ab514d9851c81c19e..cba522480c376e4d97a8f7ceee84a9cef8fc2d4a 100644
--- a/talk/app/webrtc/androidvideocapturer.h
+++ b/webrtc/api/androidvideocapturer.h
@@ -24,8 +24,9 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_APP_WEBRTC_ANDROIDVIDEOCAPTURER_H_
-#define TALK_APP_WEBRTC_ANDROIDVIDEOCAPTURER_H_
+
+#ifndef WEBRTC_API_ANDROIDVIDEOCAPTURER_H_
+#define WEBRTC_API_ANDROIDVIDEOCAPTURER_H_
#include <string>
#include <vector>
@@ -105,4 +106,4 @@ class AndroidVideoCapturer : public cricket::VideoCapturer {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_ANDROIDVIDEOCAPTURER_H_
+#endif // WEBRTC_API_ANDROIDVIDEOCAPTURER_H_
« no previous file with comments | « webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTestFixtures.java ('k') | webrtc/api/androidvideocapturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698