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