Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(882)

Unified Diff: webrtc/video_engine/vie_channel.cc

Issue 1481723003: Enable cpplint for webrtc/video_engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698