| Index: webrtc/modules/audio_processing/aec/echo_cancellation.h
 | 
| diff --git a/webrtc/modules/audio_processing/aec/include/echo_cancellation.h b/webrtc/modules/audio_processing/aec/echo_cancellation.h
 | 
| similarity index 97%
 | 
| rename from webrtc/modules/audio_processing/aec/include/echo_cancellation.h
 | 
| rename to webrtc/modules/audio_processing/aec/echo_cancellation.h
 | 
| index 90a248f0b6511d3394df981b694a706e389bec12..de84b2e6d13d67d0849367b89fafdb34b31bf7b2 100644
 | 
| --- a/webrtc/modules/audio_processing/aec/include/echo_cancellation.h
 | 
| +++ b/webrtc/modules/audio_processing/aec/echo_cancellation.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_INCLUDE_ECHO_CANCELLATION_H_
 | 
| -#define WEBRTC_MODULES_AUDIO_PROCESSING_AEC_INCLUDE_ECHO_CANCELLATION_H_
 | 
| +#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_H_
 | 
| +#define WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_H_
 | 
|  
 | 
|  #include <stddef.h>
 | 
|  
 | 
| @@ -248,4 +248,4 @@ struct AecCore* WebRtcAec_aec_core(void* handle);
 | 
|  #ifdef __cplusplus
 | 
|  }
 | 
|  #endif
 | 
| -#endif  // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_INCLUDE_ECHO_CANCELLATION_H_
 | 
| +#endif  // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_H_
 | 
| 
 |