commit | 36b29d1df3a44122621ed58d4e266ab5449b919d | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Oct 30 16:57:42 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 30 18:08:29 2017 |
tree | e1a6d5a6df45abd5f51f319e8d397fcbc5086b63 | |
parent | ef1140eec0eac11db0499542f8cff59bf626e4ba [diff] [blame] |
Enable cpplint in pc/ Enable cpplint check in the PRESUBMIT for pc/ and fix all existing warnings. Bug: webrtc:5583 Change-Id: If39994692ab6f6f3c83c74f23850f02fdfe810e8 Reviewed-on: https://webrtc-review.googlesource.com/16540 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20482}
diff --git a/pc/webrtcsessiondescriptionfactory.cc b/pc/webrtcsessiondescriptionfactory.cc index bbab646..69c629e 100644 --- a/pc/webrtcsessiondescriptionfactory.cc +++ b/pc/webrtcsessiondescriptionfactory.cc
@@ -10,7 +10,10 @@ #include "pc/webrtcsessiondescriptionfactory.h" +#include <algorithm> +#include <string> #include <utility> +#include <vector> #include "api/jsep.h" #include "api/jsepsessiondescription.h"