| Index: net/quic/platform/impl/quic_clock.cc
|
| diff --git a/net/quic/core/quic_clock.cc b/net/quic/platform/impl/quic_clock.cc
|
| similarity index 96%
|
| rename from net/quic/core/quic_clock.cc
|
| rename to net/quic/platform/impl/quic_clock.cc
|
| index 9eb4f71760eb73d1f0fe851a26aac8197b5c05d0..42b9884acfddef8b279095a55e426e73e4deb3c1 100644
|
| --- a/net/quic/core/quic_clock.cc
|
| +++ b/net/quic/platform/impl/quic_clock.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/core/quic_clock.h"
|
| +#include "net/quic/platform/api/quic_clock.h"
|
|
|
| #include "base/time/time.h"
|
|
|
|
|