| Index: webrtc/call/congestion_controller.cc
|
| diff --git a/webrtc/call/congestion_controller.cc b/webrtc/call/congestion_controller.cc
|
| index 0c8058bbb75e094a87f27e5bc81e9911a4ebaea4..1ec361e898207e890b924518222143977fd9f0f1 100644
|
| --- a/webrtc/call/congestion_controller.cc
|
| +++ b/webrtc/call/congestion_controller.cc
|
| @@ -22,8 +22,8 @@
|
| #include "webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h"
|
| #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
|
| #include "webrtc/modules/utility/interface/process_thread.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/logging.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/logging.h"
|
| #include "webrtc/video_engine/call_stats.h"
|
| #include "webrtc/video_engine/payload_router.h"
|
| #include "webrtc/video_engine/vie_encoder.h"
|
|
|