| Index: webrtc/modules/audio_mixer/audio_mixer_defines.h
|
| diff --git a/webrtc/modules/audio_mixer/include/audio_mixer_defines.h b/webrtc/modules/audio_mixer/audio_mixer_defines.h
|
| similarity index 90%
|
| rename from webrtc/modules/audio_mixer/include/audio_mixer_defines.h
|
| rename to webrtc/modules/audio_mixer/audio_mixer_defines.h
|
| index 008f4d60f16279d247505cb46d32359c4f622fb0..7f69a4347ad329f199d6325697948dc3773a05a1 100644
|
| --- a/webrtc/modules/audio_mixer/include/audio_mixer_defines.h
|
| +++ b/webrtc/modules/audio_mixer/audio_mixer_defines.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_MIXER_INCLUDE_AUDIO_MIXER_DEFINES_H_
|
| -#define WEBRTC_MODULES_AUDIO_MIXER_INCLUDE_AUDIO_MIXER_DEFINES_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_MIXER_AUDIO_MIXER_DEFINES_H_
|
| +#define WEBRTC_MODULES_AUDIO_MIXER_AUDIO_MIXER_DEFINES_H_
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| @@ -54,4 +54,4 @@ class MixerAudioSource {
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_MIXER_INCLUDE_AUDIO_MIXER_DEFINES_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_MIXER_AUDIO_MIXER_DEFINES_H_
|
|
|