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

Unified Diff: webrtc/pc/localaudiosource_unittest.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/localaudiosource_unittest.cc
diff --git a/webrtc/api/localaudiosource_unittest.cc b/webrtc/pc/localaudiosource_unittest.cc
similarity index 98%
rename from webrtc/api/localaudiosource_unittest.cc
rename to webrtc/pc/localaudiosource_unittest.cc
index 12f46b79f9c218e7dbd7999180274f437dd25342..aee8dd8361f6ddaf15e96f000fd35f38e6086e21 100644
--- a/webrtc/api/localaudiosource_unittest.cc
+++ b/webrtc/pc/localaudiosource_unittest.cc
@@ -8,15 +8,15 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/localaudiosource.h"
+#include "webrtc/pc/localaudiosource.h"
#include <string>
#include <vector>
-#include "webrtc/api/test/fakeconstraints.h"
#include "webrtc/base/gunit.h"
#include "webrtc/media/base/fakemediaengine.h"
#include "webrtc/media/base/fakevideorenderer.h"
+#include "webrtc/pc/test/fakeconstraints.h"
using webrtc::LocalAudioSource;
using webrtc::MediaConstraintsInterface;

Powered by Google App Engine
This is Rietveld 408576698