Chromium Code Reviews

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

Issue 1505993003: [rtp_rtcp] lint build/include errors fixed (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/rtp_rtcp/source/rtp_utility.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc
index e32fc988be9ba6ba40345c65d6d4d52df5a6fe4d..fcd43ad197fb0604838e1fd175e52e48e72df2e0 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc
@@ -17,7 +17,7 @@
#if defined(_WIN32)
// Order for these headers are important
#include <winsock2.h> // timeval
-#include <windows.h> // FILETIME
+#include <windows.h> // FILETIME NOLINT(build/include_alpha)
#include <MMSystem.h> // timeGetTime
#elif ((defined WEBRTC_LINUX) || (defined WEBRTC_MAC))
#include <sys/time.h> // gettimeofday

Powered by Google App Engine