| Index: webrtc/modules/audio_coding/acm2/acm_codec_database.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.cc b/webrtc/modules/audio_coding/acm2/acm_codec_database.cc
|
| similarity index 98%
|
| rename from webrtc/modules/audio_coding/main/acm2/acm_codec_database.cc
|
| rename to webrtc/modules/audio_coding/acm2/acm_codec_database.cc
|
| index b54fc0bd485c2467092ca7b339e81454069e102e..8d4072fae448f01c45363f9c1b995ab638ac467f 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_codec_database.cc
|
| @@ -15,12 +15,12 @@
|
|
|
| // TODO(tlegrand): Change constant input pointers in all functions to constant
|
| // references, where appropriate.
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_codec_database.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_codec_database.h"
|
|
|
| #include <assert.h>
|
|
|
| #include "webrtc/base/checks.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_common_defs.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
|
|
| namespace webrtc {
|
|
|