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

Unified Diff: net/quic/core/crypto/quic_compressed_certs_cache.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
Index: net/quic/core/crypto/quic_compressed_certs_cache.h
diff --git a/net/quic/crypto/quic_compressed_certs_cache.h b/net/quic/core/crypto/quic_compressed_certs_cache.h
similarity index 98%
rename from net/quic/crypto/quic_compressed_certs_cache.h
rename to net/quic/core/crypto/quic_compressed_certs_cache.h
index fe120f6bff64f2262fb203c1936a4abe06798302..e663469d750871d0974a119389d27b194669ea9c 100644
--- a/net/quic/crypto/quic_compressed_certs_cache.h
+++ b/net/quic/core/crypto/quic_compressed_certs_cache.h
@@ -10,7 +10,7 @@
#include "base/containers/mru_cache.h"
#include "base/memory/ref_counted.h"
-#include "net/quic/crypto/proof_source.h"
+#include "net/quic/core/crypto/proof_source.h"
namespace net {
« no previous file with comments | « net/quic/core/crypto/properties_based_quic_server_info_test.cc ('k') | net/quic/core/crypto/quic_compressed_certs_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698