commit | d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Apr 13 00:01:55 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Apr 13 00:01:55 2013 |
tree | 030774ecd61439a6bd5830e6b0562fbacd5db2dc | |
parent | 18f86a1837878115194ad3ba4e98345118bd0b40 [diff] [blame] |
net: Update the include paths of base/string_piece.h to its new location. string_piece.h was moved into base/strings/ in r191206 - https://chromiumcodereview.appspot.com/12982018/ [email protected],[email protected] Review URL: https://codereview.chromium.org/14223008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194055 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc index 7afad69..5086044 100644 --- a/net/quic/test_tools/crypto_test_utils.cc +++ b/net/quic/test_tools/crypto_test_utils.cc
@@ -4,7 +4,7 @@ #include "net/quic/test_tools/crypto_test_utils.h" -#include "base/string_piece.h" +#include "base/strings/string_piece.h" #include "net/quic/crypto/quic_decrypter.h" #include "net/quic/crypto/quic_encrypter.h" #include "net/quic/quic_crypto_client_stream.h"