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

Unified Diff: net/quic/core/quic_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/quic/core/quic_clock.cc ('k') | net/quic/core/quic_stream_sequencer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_clock_test.cc
diff --git a/net/quic/core/quic_clock_test.cc b/net/quic/core/quic_clock_test.cc
index f9d1f634e32e2a4a3df539169d0fb49079cfde9e..2f7b6402792d72d312584022e37f76ef066b46c4 100644
--- a/net/quic/core/quic_clock_test.cc
+++ b/net/quic/core/quic_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/quic/core/quic_clock.h"
+#include "net/quic/platform/api/quic_clock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « net/quic/core/quic_clock.cc ('k') | net/quic/core/quic_stream_sequencer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698