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

Unified Diff: net/tools/quic/platform/impl/quic_epoll_clock_test.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
« no previous file with comments | « net/tools/quic/platform/impl/quic_epoll_clock.cc ('k') | net/tools/quic/quic_epoll_alarm_factory_test.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_test.cc
diff --git a/net/tools/quic/quic_epoll_clock_test.cc b/net/tools/quic/platform/impl/quic_epoll_clock_test.cc
similarity index 96%
rename from net/tools/quic/quic_epoll_clock_test.cc
rename to net/tools/quic/platform/impl/quic_epoll_clock_test.cc
index 03d26b821061bcb5973a5fe21437139a1c4c7486..0805429d5c3c946e67b7c152203617acba675564 100644
--- a/net/tools/quic/quic_epoll_clock_test.cc
+++ b/net/tools/quic/platform/impl/quic_epoll_clock_test.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/quic/test_tools/mock_epoll_server.h"
#include "testing/gmock/include/gmock/gmock.h"
« no previous file with comments | « net/tools/quic/platform/impl/quic_epoll_clock.cc ('k') | net/tools/quic/quic_epoll_alarm_factory_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698