diff options
Diffstat (limited to 'net/quic/congestion_control/leaky_bucket_test.cc')
-rw-r--r-- | net/quic/congestion_control/leaky_bucket_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/quic/congestion_control/leaky_bucket_test.cc b/net/quic/congestion_control/leaky_bucket_test.cc index 9851569..7035300 100644 --- a/net/quic/congestion_control/leaky_bucket_test.cc +++ b/net/quic/congestion_control/leaky_bucket_test.cc @@ -6,7 +6,6 @@ #include "base/memory/scoped_ptr.h" #include "net/quic/congestion_control/leaky_bucket.h" #include "net/quic/test_tools/mock_clock.h" -#include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace net { |