| Index: webrtc/video_engine/vie_channel.cc | 
| diff --git a/webrtc/video_engine/vie_channel.cc b/webrtc/video_engine/vie_channel.cc | 
| index 2e56056b5fca61c6f28ec305dc1ffdd8006c6d5a..91c862b64290b1805491c4d51af5841ab96bd93c 100644 | 
| --- a/webrtc/video_engine/vie_channel.cc | 
| +++ b/webrtc/video_engine/vie_channel.cc | 
| @@ -11,6 +11,7 @@ | 
| #include "webrtc/video_engine/vie_channel.h" | 
|  | 
| #include <algorithm> | 
| +#include <map> | 
| #include <vector> | 
|  | 
| #include "webrtc/base/checks.h" | 
| @@ -60,7 +61,7 @@ class ChannelStatsObserver : public CallStatsObserver { | 
|  | 
| class ViEChannelProtectionCallback : public VCMProtectionCallback { | 
| public: | 
| -  ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} | 
| +  explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} | 
| ~ViEChannelProtectionCallback() {} | 
|  | 
|  | 
|  |