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

Unified Diff: webrtc/pc/test/fakeaudiocapturemodule.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years 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/pc/test/fakeaudiocapturemodule.cc
diff --git a/webrtc/api/test/fakeaudiocapturemodule.cc b/webrtc/pc/test/fakeaudiocapturemodule.cc
similarity index 99%
rename from webrtc/api/test/fakeaudiocapturemodule.cc
rename to webrtc/pc/test/fakeaudiocapturemodule.cc
index 43ff664d0c12c5ad5267a04d1cc7226d7305cc6a..7f1a1e65a09be5a73c073535e6b008bebd655b27 100644
--- a/webrtc/api/test/fakeaudiocapturemodule.cc
+++ b/webrtc/pc/test/fakeaudiocapturemodule.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/test/fakeaudiocapturemodule.h"
+#include "webrtc/pc/test/fakeaudiocapturemodule.h"
#include "webrtc/base/common.h"
#include "webrtc/base/refcount.h"
@@ -722,4 +722,3 @@ void FakeAudioCaptureModule::SendFrameP() {
}
SetMicrophoneVolume(current_mic_level);
}
-

Powered by Google App Engine
This is Rietveld 408576698