| Index: net/quic/congestion_control/inter_arrival_probe_test.cc
|
| diff --git a/net/quic/congestion_control/inter_arrival_probe_test.cc b/net/quic/congestion_control/inter_arrival_probe_test.cc
|
| index d242a6caf4ec41ba0823f17f76c4471300f44672..44c3ff4e76e0dcb57f8b23d86c5dac91fd0772a1 100644
|
| --- a/net/quic/congestion_control/inter_arrival_probe_test.cc
|
| +++ b/net/quic/congestion_control/inter_arrival_probe_test.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "net/quic/congestion_control/inter_arrival_probe.h"
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "net/quic/congestion_control/inter_arrival_probe.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
|
|