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

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

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
Index: net/tools/quic/platform/impl/quic_epoll_clock.cc
diff --git a/net/tools/quic/quic_epoll_clock.cc b/net/tools/quic/platform/impl/quic_epoll_clock.cc
similarity index 94%
rename from net/tools/quic/quic_epoll_clock.cc
rename to net/tools/quic/platform/impl/quic_epoll_clock.cc
index 357bc500c63967eb839978218f59d368141dd367..ce484dcede583e33f7c82f48f088c18d9f8d53cb 100644
--- a/net/tools/quic/quic_epoll_clock.cc
+++ b/net/tools/quic/platform/impl/quic_epoll_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/tools/quic/quic_epoll_clock.h"
+#include "net/tools/quic/platform/impl/quic_epoll_clock.h"
#include "net/tools/epoll_server/epoll_server.h"
« no previous file with comments | « net/tools/quic/platform/impl/quic_epoll_clock.h ('k') | net/tools/quic/platform/impl/quic_epoll_clock_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698