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; |