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

Unified Diff: net/quic/core/crypto/local_strike_register_client.h

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 5 months 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/crypto/key_exchange.h ('k') | net/quic/core/crypto/local_strike_register_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/local_strike_register_client.h
diff --git a/net/quic/crypto/local_strike_register_client.h b/net/quic/core/crypto/local_strike_register_client.h
similarity index 90%
rename from net/quic/crypto/local_strike_register_client.h
rename to net/quic/core/crypto/local_strike_register_client.h
index 8e10497efb64c341a2fe28c560ae909e879a37fb..f1d043c599e090206fb278d9d5accc9ba04c1282 100644
--- a/net/quic/crypto/local_strike_register_client.h
+++ b/net/quic/core/crypto/local_strike_register_client.h
@@ -11,9 +11,9 @@
#include "base/strings/string_piece.h"
#include "base/synchronization/lock.h"
#include "net/base/net_export.h"
-#include "net/quic/crypto/strike_register.h"
-#include "net/quic/crypto/strike_register_client.h"
-#include "net/quic/quic_time.h"
+#include "net/quic/core/crypto/strike_register.h"
+#include "net/quic/core/crypto/strike_register_client.h"
+#include "net/quic/core/quic_time.h"
namespace net {
« no previous file with comments | « net/quic/core/crypto/key_exchange.h ('k') | net/quic/core/crypto/local_strike_register_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698