commit | 4df6984580023889d0743754e3371bcc46862034 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 27 06:32:16 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 27 06:32:16 2013 |
tree | 375d4335bcdac0ae815479bf75cc4161417ee3e1 | |
parent | 4a226ab8c1e0c3e514812eb41bb54ab5ba384656 [diff] [blame] |
Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h. Use scoped_ptr for SimpleFramerVisitor in simple_quic_framer.h. Remove the LOG(INFO) lines in SimpleQuicFramer::ProcessPacket. Merge internal CL: 43147718 [email protected],[email protected] BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/12314142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184898 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/test_tools/quic_test_utils.cc b/net/quic/test_tools/quic_test_utils.cc index a96949c..ea15c97 100644 --- a/net/quic/test_tools/quic_test_utils.cc +++ b/net/quic/test_tools/quic_test_utils.cc
@@ -7,6 +7,8 @@ #include "base/stl_util.h" #include "net/quic/crypto/crypto_framer.h" #include "net/quic/crypto/crypto_utils.h" +#include "net/quic/crypto/quic_decrypter.h" +#include "net/quic/crypto/quic_encrypter.h" using std::max; using std::min;