| Index: webrtc/modules/audio_coding/acm2/call_statistics.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/call_statistics.h b/webrtc/modules/audio_coding/acm2/call_statistics.h
|
| similarity index 91%
|
| rename from webrtc/modules/audio_coding/main/acm2/call_statistics.h
|
| rename to webrtc/modules/audio_coding/acm2/call_statistics.h
|
| index e2df9210ff9faf64ef77a2f9e13785728bcd5348..888afea0a7ad9b136cd82ae4fbeb3170be322353 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/call_statistics.h
|
| +++ b/webrtc/modules/audio_coding/acm2/call_statistics.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_CODING_MAIN_ACM2_CALL_STATISTICS_H_
|
| -#define WEBRTC_MODULES_AUDIO_CODING_MAIN_ACM2_CALL_STATISTICS_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_CODING_ACM2_CALL_STATISTICS_H_
|
| +#define WEBRTC_MODULES_AUDIO_CODING_ACM2_CALL_STATISTICS_H_
|
|
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| @@ -60,4 +60,4 @@ class CallStatistics {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_ACM2_CALL_STATISTICS_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_CODING_ACM2_CALL_STATISTICS_H_
|
|
|