| Index: webrtc/media/engine/fakewebrtccall.h
 | 
| diff --git a/webrtc/media/engine/fakewebrtccall.h b/webrtc/media/engine/fakewebrtccall.h
 | 
| index c9caf8e158ed0612c133f9e8feeb0a9db916c40d..cef4d5411b1a48df841c503dc7893fb3e3d3bc34 100644
 | 
| --- a/webrtc/media/engine/fakewebrtccall.h
 | 
| +++ b/webrtc/media/engine/fakewebrtccall.h
 | 
| @@ -23,8 +23,8 @@
 | 
|  #include <memory>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "webrtc/audio_receive_stream.h"
 | 
| -#include "webrtc/audio_send_stream.h"
 | 
| +#include "webrtc/api/audio/audio_receive_stream.h"
 | 
| +#include "webrtc/api/audio/audio_send_stream.h"
 | 
|  #include "webrtc/base/buffer.h"
 | 
|  #include "webrtc/call.h"
 | 
|  #include "webrtc/video_frame.h"
 | 
| 
 |