| Index: net/quic/quartc/quartc_stream_test.cc
|
| diff --git a/net/quic/quartc/quartc_stream_test.cc b/net/quic/quartc/quartc_stream_test.cc
|
| index ce744ec10366dc12a5ee1f8f3f15d75b8d139aae..f817571d0beb483d0c372acb337b2107cbebd0d9 100644
|
| --- a/net/quic/quartc/quartc_stream_test.cc
|
| +++ b/net/quic/quartc/quartc_stream_test.cc
|
| @@ -8,6 +8,7 @@
|
| #include "net/quic/core/crypto/quic_random.h"
|
| #include "net/quic/core/quic_session.h"
|
| #include "net/quic/core/quic_simple_buffer_allocator.h"
|
| +#include "net/quic/platform/impl/quic_chromium_clock.h"
|
| #include "net/quic/quartc/quartc_alarm_factory.h"
|
| #include "net/quic/quartc/quartc_stream_interface.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -193,7 +194,7 @@ class QuartcStreamTest : public ::testing::Test,
|
| std::unique_ptr<QuicConnection> connection_;
|
| // Used to implement the QuicConnectionHelperInterface.
|
| SimpleBufferAllocator buffer_allocator_;
|
| - QuicClock clock_;
|
| + QuicChromiumClock clock_;
|
| };
|
|
|
| // Write an entire string.
|
|
|