Index: net/quic/quic_sent_entropy_manager_test.cc |
diff --git a/net/quic/quic_sent_entropy_manager_test.cc b/net/quic/quic_sent_entropy_manager_test.cc |
index 78bdcce8a2bdf5f4e014b8668374dbb34ff2debc..081b287f3c88c255e0786410cb27932735a3066e 100644 |
--- a/net/quic/quic_sent_entropy_manager_test.cc |
+++ b/net/quic/quic_sent_entropy_manager_test.cc |
@@ -5,14 +5,12 @@ |
#include "net/quic/quic_sent_entropy_manager.h" |
#include <algorithm> |
-#include <vector> |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using std::make_pair; |
using std::pair; |
-using std::vector; |
namespace net { |
namespace test { |