Index: webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h |
diff --git a/webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer_defines.h b/webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h |
similarity index 86% |
copy from webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer_defines.h |
copy to webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h |
index d15b7fca02c0537298c8eda457d225d7dee10c39..5d58f42435ef6ee6cfc302b3dcd57b74e744a075 100644 |
--- a/webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer_defines.h |
+++ b/webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h |
@@ -8,10 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INTERFACE_AUDIO_CONFERENCE_MIXER_DEFINES_H_ |
-#define WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INTERFACE_AUDIO_CONFERENCE_MIXER_DEFINES_H_ |
+#ifndef WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INCLUDE_AUDIO_CONFERENCE_MIXER_DEFINES_H_ |
+#define WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INCLUDE_AUDIO_CONFERENCE_MIXER_DEFINES_H_ |
-#include "webrtc/modules/interface/module_common_types.h" |
+#include "webrtc/modules/include/module_common_types.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -57,4 +57,4 @@ protected: |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INTERFACE_AUDIO_CONFERENCE_MIXER_DEFINES_H_ |
+#endif // WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_INCLUDE_AUDIO_CONFERENCE_MIXER_DEFINES_H_ |