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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc

Issue 2767393003: Fix cpplint errors in locations that are already being checked (Closed)
Patch Set: Created 3 years, 9 months 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/modules/rtp_rtcp/source/rtp_packet_history.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc
index c4edc732b8fceb61b16c5323463e672f11593d17..19b98a69f391464d33dbbeb2f07c8c0160a2d996 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc
@@ -12,6 +12,7 @@
#include <algorithm>
#include <limits>
+#include <utility>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
« no previous file with comments | « webrtc/common_video/h264/profile_level_id.cc ('k') | webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698