| Index: webrtc/modules/audio_mixer/new_audio_conference_mixer.h
|
| diff --git a/webrtc/modules/audio_mixer/include/new_audio_conference_mixer.h b/webrtc/modules/audio_mixer/new_audio_conference_mixer.h
|
| similarity index 89%
|
| rename from webrtc/modules/audio_mixer/include/new_audio_conference_mixer.h
|
| rename to webrtc/modules/audio_mixer/new_audio_conference_mixer.h
|
| index cbb44901e06eb3b34e6c3b2c7d68ae439e529344..561cf88604f58cf51ee4352f10e8e7df0bd6f1e2 100644
|
| --- a/webrtc/modules/audio_mixer/include/new_audio_conference_mixer.h
|
| +++ b/webrtc/modules/audio_mixer/new_audio_conference_mixer.h
|
| @@ -8,10 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_MIXER_INCLUDE_NEW_AUDIO_CONFERENCE_MIXER_H_
|
| -#define WEBRTC_MODULES_AUDIO_MIXER_INCLUDE_NEW_AUDIO_CONFERENCE_MIXER_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_MIXER_NEW_AUDIO_CONFERENCE_MIXER_H_
|
| +#define WEBRTC_MODULES_AUDIO_MIXER_NEW_AUDIO_CONFERENCE_MIXER_H_
|
|
|
| -#include "webrtc/modules/audio_mixer/include/audio_mixer_defines.h"
|
| +#include "webrtc/modules/audio_mixer/audio_mixer_defines.h"
|
| #include "webrtc/modules/include/module.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
|
|
| @@ -64,4 +64,4 @@ class NewAudioConferenceMixer {
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_MIXER_INCLUDE_NEW_AUDIO_CONFERENCE_MIXER_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_MIXER_NEW_AUDIO_CONFERENCE_MIXER_H_
|
|
|