Chromium Code Reviews

Unified Diff: webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc

Issue 1505993003: [rtp_rtcp] lint build/include errors fixed (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase 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
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
index 0270e55802b1f167bf8ba6f41b3c012fe0756b52..d245d103b835865aa1db31f46f8a80fbd6004567 100644
--- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
+++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
@@ -9,11 +9,12 @@
*/
#include "webrtc/modules/rtp_rtcp/test/testAPI/test_api.h"
-#include "webrtc/test/null_transport.h"
#include <algorithm>
#include <vector>
+#include "webrtc/test/null_transport.h"
+
using namespace webrtc;
namespace webrtc {
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine