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

Unified Diff: net/quic/core/crypto/chacha20_poly1305_encrypter.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/chacha20_poly1305_encrypter.h
diff --git a/net/quic/crypto/chacha20_poly1305_encrypter.h b/net/quic/core/crypto/chacha20_poly1305_encrypter.h
similarity index 95%
rename from net/quic/crypto/chacha20_poly1305_encrypter.h
rename to net/quic/core/crypto/chacha20_poly1305_encrypter.h
index eb4afdde5ca1e049ecea6c8d23de4fc85b43db03..aa5d0cd66ce7cde4a1f287d542a7ba7440946d08 100644
--- a/net/quic/crypto/chacha20_poly1305_encrypter.h
+++ b/net/quic/core/crypto/chacha20_poly1305_encrypter.h
@@ -8,7 +8,7 @@
#include <stddef.h>
#include "base/macros.h"
-#include "net/quic/crypto/aead_base_encrypter.h"
+#include "net/quic/core/crypto/aead_base_encrypter.h"
namespace net {
« no previous file with comments | « net/quic/core/crypto/chacha20_poly1305_decrypter_test.cc ('k') | net/quic/core/crypto/chacha20_poly1305_encrypter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698