| Index: webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer.h
|
| diff --git a/webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer.h b/webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer.h
|
| index 7ff39579ee08cf592de19b6769eb346695ac764a..7536ce9c28bb9d79ba128a7ccb81bfc23ac82a14 100644
|
| --- a/webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer.h
|
| +++ b/webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer.h
|
| @@ -8,12 +8,14 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INTERFACE_AUDIO_CONFERENCE_MIXER_H_
|
| -#define WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INTERFACE_AUDIO_CONFERENCE_MIXER_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INCLUDE_AUDIO_CONFERENCE_MIXER_H_
|
| +#define WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INCLUDE_AUDIO_CONFERENCE_MIXER_H_
|
|
|
| -#include "webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer_defines.h"
|
| -#include "webrtc/modules/interface/module.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| +#pragma message("WARNING: audio_conference_mixer/interface is DEPRECATED; use include")
|
| +
|
| +#include "webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h"
|
| +#include "webrtc/modules/include/module.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
|
|
| namespace webrtc {
|
| class AudioMixerOutputReceiver;
|
| @@ -74,4 +76,4 @@ protected:
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INTERFACE_AUDIO_CONFERENCE_MIXER_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INCLUDE_AUDIO_CONFERENCE_MIXER_H_
|
|
|