| Index: webrtc/modules/audio_coding/acm2/call_statistics.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/call_statistics.cc b/webrtc/modules/audio_coding/acm2/call_statistics.cc
|
| similarity index 95%
|
| rename from webrtc/modules/audio_coding/main/acm2/call_statistics.cc
|
| rename to webrtc/modules/audio_coding/acm2/call_statistics.cc
|
| index 4c3e9fc393906ea78dc150d1e99ecb4bb8a1ef0c..4441932c8c4306608a8a22c1d5e0b26ab2282685 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/call_statistics.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/call_statistics.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/main/acm2/call_statistics.h"
|
| +#include "webrtc/modules/audio_coding/acm2/call_statistics.h"
|
|
|
| #include <assert.h>
|
|
|
|
|