| Index: net/tools/quic/platform/impl/quic_epoll_clock.h
|
| diff --git a/net/tools/quic/quic_epoll_clock.h b/net/tools/quic/platform/impl/quic_epoll_clock.h
|
| similarity index 85%
|
| rename from net/tools/quic/quic_epoll_clock.h
|
| rename to net/tools/quic/platform/impl/quic_epoll_clock.h
|
| index 509d3bf7e4df817c0e65b0a3dc19285709c1c065..8c125bcacdc48946a3dca366a0699778868450e2 100644
|
| --- a/net/tools/quic/quic_epoll_clock.h
|
| +++ b/net/tools/quic/platform/impl/quic_epoll_clock.h
|
| @@ -2,19 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_TOOLS_QUIC_QUIC_EPOLL_CLOCK_H_
|
| -#define NET_TOOLS_QUIC_QUIC_EPOLL_CLOCK_H_
|
| +#ifndef NET_TOOLS_QUIC_PLATFORM_IMPL_QUIC_EPOLL_CLOCK_H_
|
| +#define NET_TOOLS_QUIC_PLATFORM_IMPL_QUIC_EPOLL_CLOCK_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "net/quic/core/quic_clock.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/platform/api/quic_clock.h"
|
|
|
| namespace net {
|
|
|
| class EpollServer;
|
|
|
| -
|
| // Clock to efficiently retrieve an approximately accurate time from an
|
| // EpollServer.
|
| class QuicEpollClock : public QuicClock {
|
| @@ -47,4 +46,4 @@ class QuicEpollClock : public QuicClock {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_QUIC_QUIC_EPOLL_CLOCK_H_
|
| +#endif // NET_TOOLS_QUIC_PLATFORM_IMPL_QUIC_EPOLL_CLOCK_H_
|
|
|