| Index: webrtc/modules/audio_coding/codecs/g711/g711_interface.h
 | 
| diff --git a/webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h b/webrtc/modules/audio_coding/codecs/g711/g711_interface.h
 | 
| similarity index 94%
 | 
| rename from webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h
 | 
| rename to webrtc/modules/audio_coding/codecs/g711/g711_interface.h
 | 
| index f9867f450413d07f316c9f8149cac662450003f1..00854bbb2c16e2edcf17d7196a270130f15d9056 100644
 | 
| --- a/webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h
 | 
| +++ b/webrtc/modules/audio_coding/codecs/g711/g711_interface.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef MODULES_AUDIO_CODING_CODECS_G711_MAIN_INCLUDE_G711_INTERFACE_H_
 | 
| -#define MODULES_AUDIO_CODING_CODECS_G711_MAIN_INCLUDE_G711_INTERFACE_H_
 | 
| +#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_G711_G711_INTERFACE_H_
 | 
| +#define WEBRTC_MODULES_AUDIO_CODING_CODECS_G711_G711_INTERFACE_H_
 | 
|  
 | 
|  #include "webrtc/typedefs.h"
 | 
|  
 | 
| @@ -132,4 +132,4 @@ int16_t WebRtcG711_Version(char* version, int16_t lenBytes);
 | 
|  }
 | 
|  #endif
 | 
|  
 | 
| -#endif /* MODULES_AUDIO_CODING_CODECS_G711_MAIN_INCLUDE_G711_INCLUDE_H_ */
 | 
| +#endif  // WEBRTC_MODULES_AUDIO_CODING_CODECS_G711_G711_INTERFACE_H_
 | 
| 
 |