Chromium Code Reviews| Index: webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h |
| diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h b/webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h |
| index a1cc6250de6d66ea55ebfc61590db12ff83abe4d..c51967b12a62048e4ccd667bfdc67d41f36d9d7d 100644 |
| --- a/webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h |
| +++ b/webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h |
| @@ -11,9 +11,6 @@ |
| #ifndef WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_MOCK_MOCK_CONTROLLER_MANAGER_H_ |
| #define WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_MOCK_MOCK_CONTROLLER_MANAGER_H_ |
| -#include <memory> |
| -#include <vector> |
| - |
|
kwiberg-webrtc
2016/09/27 09:35:54
This seems unrelated to the rest of the CL. Also,
minyue-webrtc
2016/09/27 16:02:32
They are truly unrelated. just a small cleaning-up
kwiberg-webrtc
2016/09/28 08:24:09
The policy is to include all the headers that are
|
| #include "webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h" |
| #include "testing/gmock/include/gmock/gmock.h" |