Index: webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc b/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc |
index d0be605cc15eb7a0e7d2b0c11c1744e0ec7c480b..2f5dcee68486235f17e2a472fb5491387637fbb0 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc |
@@ -12,13 +12,13 @@ |
#include <vector> |
-#include "webrtc/test/gtest.h" |
#include "webrtc/base/common.h" |
#include "webrtc/modules/include/module_common_types.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/bwe.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h" |
#include "webrtc/modules/rtp_rtcp/include/receive_statistics.h" |
#include "webrtc/system_wrappers/include/clock.h" |
+#include "webrtc/test/gtest.h" |
namespace webrtc { |
namespace testing { |