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

Unified Diff: net/quic/platform/impl/quic_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
« no previous file with comments | « net/quic/platform/api/quic_clock.h ('k') | net/quic/quartc/quartc_alarm_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « net/quic/platform/api/quic_clock.h ('k') | net/quic/quartc/quartc_alarm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698