diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-13 00:01:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-13 00:01:55 +0000 |
commit | d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4 (patch) | |
tree | 030774ecd61439a6bd5830e6b0562fbacd5db2dc /net/quic/quic_packet_creator.h | |
parent | 18f86a1837878115194ad3ba4e98345118bd0b40 (diff) | |
download | chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.zip chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.tar.gz chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.tar.bz2 |
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/
TBR=eroman@chromium.org,brettw@chromium.org
Review URL: https://codereview.chromium.org/14223008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_packet_creator.h')
-rw-r--r-- | net/quic/quic_packet_creator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h index 60f9fb4..2e5c596 100644 --- a/net/quic/quic_packet_creator.h +++ b/net/quic/quic_packet_creator.h @@ -13,7 +13,7 @@ #include <vector> #include "base/memory/scoped_ptr.h" -#include "base/string_piece.h" +#include "base/strings/string_piece.h" #include "net/quic/quic_fec_group.h" #include "net/quic/quic_framer.h" #include "net/quic/quic_protocol.h" |