| Index: webrtc/modules/audio_mixer/audio_frame_manipulator.cc
 | 
| diff --git a/webrtc/modules/audio_mixer/audio_frame_manipulator.cc b/webrtc/modules/audio_mixer/audio_frame_manipulator.cc
 | 
| index 255027478a72a68e60ca0a7ace7e78e6367e6eaa..ff4c31e6675d0642081878231864978b2e914323 100644
 | 
| --- a/webrtc/modules/audio_mixer/audio_frame_manipulator.cc
 | 
| +++ b/webrtc/modules/audio_mixer/audio_frame_manipulator.cc
 | 
| @@ -8,10 +8,10 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| +#include "webrtc/audio/utility/audio_frame_operations.h"
 | 
|  #include "webrtc/base/checks.h"
 | 
|  #include "webrtc/modules/audio_mixer/audio_frame_manipulator.h"
 | 
|  #include "webrtc/modules/include/module_common_types.h"
 | 
| -#include "webrtc/modules/utility/include/audio_frame_operations.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
|  
 | 
| 
 |