| Index: webrtc/api/audio_codec/audio_format.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_format.h b/webrtc/api/audio_codec/audio_format.h
|
| similarity index 91%
|
| rename from webrtc/modules/audio_coding/codecs/audio_format.h
|
| rename to webrtc/api/audio_codec/audio_format.h
|
| index b3f803cd967f03958f86ad45e43a4f263774ab74..fc1bb8d9089804be8116a416fe4d90f04e5ce40d 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_format.h
|
| +++ b/webrtc/api/audio_codec/audio_format.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_
|
| -#define WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_
|
| +#ifndef WEBRTC_API_AUDIO_CODEC_AUDIO_FORMAT_H_
|
| +#define WEBRTC_API_AUDIO_CODEC_AUDIO_FORMAT_H_
|
|
|
| #include <map>
|
| #include <ostream>
|
| @@ -62,4 +62,4 @@ struct AudioCodecSpec {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_
|
| +#endif // WEBRTC_API_AUDIO_CODEC_AUDIO_FORMAT_H_
|
|
|