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

Unified Diff: webrtc/pc/test/fakeperiodicvideocapturer.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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/pc/test/fakedatachannelprovider.h ('k') | webrtc/pc/test/fakertccertificategenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/test/fakeperiodicvideocapturer.h
diff --git a/webrtc/api/test/fakeperiodicvideocapturer.h b/webrtc/pc/test/fakeperiodicvideocapturer.h
similarity index 93%
rename from webrtc/api/test/fakeperiodicvideocapturer.h
rename to webrtc/pc/test/fakeperiodicvideocapturer.h
index 2c16195ac810d48a3e6c28c97a4204c53d5595ab..551df8b0e5820460bc3a278955b88c30fcb91e80 100644
--- a/webrtc/api/test/fakeperiodicvideocapturer.h
+++ b/webrtc/pc/test/fakeperiodicvideocapturer.h
@@ -11,8 +11,8 @@
// FakePeriodicVideoCapturer implements a fake cricket::VideoCapturer that
// creates video frames periodically after it has been started.
-#ifndef WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
-#define WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
+#ifndef WEBRTC_PC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
+#define WEBRTC_PC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
#include <vector>
@@ -71,4 +71,4 @@ class FakePeriodicVideoCapturer : public cricket::FakeVideoCapturer,
} // namespace webrtc
-#endif // WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
+#endif // WEBRTC_PC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
« no previous file with comments | « webrtc/pc/test/fakedatachannelprovider.h ('k') | webrtc/pc/test/fakertccertificategenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698