Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(763)

Unified Diff: net/tools/quic/platform/impl/quic_epoll_clock.h

Issue 2551603002: Move QuicClock to quic/platform/ (Closed)
Patch Set: missing Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/test_tools/simulator/actor.h ('k') | net/tools/quic/platform/impl/quic_epoll_clock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/quic/test_tools/simulator/actor.h ('k') | net/tools/quic/platform/impl/quic_epoll_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698