Index: webrtc/modules/audio_processing/ns/noise_suppression.h |
diff --git a/webrtc/modules/audio_processing/ns/include/noise_suppression.h b/webrtc/modules/audio_processing/ns/noise_suppression.h |
similarity index 93% |
rename from webrtc/modules/audio_processing/ns/include/noise_suppression.h |
rename to webrtc/modules/audio_processing/ns/noise_suppression.h |
index 9dac56bdeeba9c12803d779bb09a2b36ba44c684..8018118b60065f3cb422907f1011f5504b641cc9 100644 |
--- a/webrtc/modules/audio_processing/ns/include/noise_suppression.h |
+++ b/webrtc/modules/audio_processing/ns/noise_suppression.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_NS_INCLUDE_NOISE_SUPPRESSION_H_ |
-#define WEBRTC_MODULES_AUDIO_PROCESSING_NS_INCLUDE_NOISE_SUPPRESSION_H_ |
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_NS_NOISE_SUPPRESSION_H_ |
+#define WEBRTC_MODULES_AUDIO_PROCESSING_NS_NOISE_SUPPRESSION_H_ |
#include <stddef.h> |
@@ -113,4 +113,4 @@ float WebRtcNs_prior_speech_probability(NsHandle* handle); |
} |
#endif |
-#endif // WEBRTC_MODULES_AUDIO_PROCESSING_NS_INCLUDE_NOISE_SUPPRESSION_H_ |
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_NS_NOISE_SUPPRESSION_H_ |