| Index: webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc | 
| diff --git a/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc b/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc | 
| index 4c9535eb17c3033993d7003ef3d1f1a4b256e4ac..fa476e8b77e833402429e0e48adb8ecf820e5ffd 100644 | 
| --- a/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc | 
| +++ b/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc | 
| @@ -8,12 +8,12 @@ | 
| *  be found in the AUTHORS file in the root of the source tree. | 
| */ | 
|  | 
| -#include "webrtc/modules/audio_coding/codecs/g722/include/audio_encoder_g722.h" | 
| +#include "webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h" | 
|  | 
| #include <limits> | 
| #include "webrtc/base/checks.h" | 
| #include "webrtc/common_types.h" | 
| -#include "webrtc/modules/audio_coding/codecs/g722/include/g722_interface.h" | 
| +#include "webrtc/modules/audio_coding/codecs/g722/g722_interface.h" | 
|  | 
| namespace webrtc { | 
|  | 
|  |