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

Unified Diff: net/quic/crypto/crypto_framer.h

Issue 12806002: Land Recent QUIC Changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment update to hkdf.cc Created 7 years, 9 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/crypto/crypto_framer.h
diff --git a/net/quic/crypto/crypto_framer.h b/net/quic/crypto/crypto_framer.h
index efa52599fd300a0466f1d5a47902ccd087802773..1d289a63b9ba0ddd4e084345d74d7c656e70188a 100644
--- a/net/quic/crypto/crypto_framer.h
+++ b/net/quic/crypto/crypto_framer.h
@@ -6,7 +6,6 @@
#define NET_QUIC_CRYPTO_CRYPTO_FRAMER_H_
#include <map>
-#include <vector>
#include "base/basictypes.h"
#include "base/logging.h"
@@ -21,6 +20,7 @@ namespace net {
class CryptoFramer;
class QuicDataReader;
class QuicData;
+struct CryptoHandshakeMessage;
class NET_EXPORT_PRIVATE CryptoFramerVisitorInterface {
public:

Powered by Google App Engine
This is Rietveld 408576698