Index: net/spdy/hpack/hpack_huffman_table.h |
diff --git a/net/spdy/hpack/hpack_huffman_table.h b/net/spdy/hpack/hpack_huffman_table.h |
index c93dcfbdb47d13579c767b994ac5ad162b00c198..b2937a18ff11f02160caa6f692320b3c502332c2 100644 |
--- a/net/spdy/hpack/hpack_huffman_table.h |
+++ b/net/spdy/hpack/hpack_huffman_table.h |
@@ -8,11 +8,11 @@ |
#include <stdint.h> |
#include <cstddef> |
-#include <string> |
#include <vector> |
#include "net/base/net_export.h" |
#include "net/spdy/hpack/hpack_constants.h" |
+#include "net/spdy/platform/api/spdy_string.h" |
#include "net/spdy/platform/api/spdy_string_piece.h" |
namespace net { |
@@ -91,8 +91,7 @@ class NET_EXPORT_PRIVATE HpackHuffmanTable { |
// otherwise be overflowed. |
// DEPRECATED: HpackHuffmanDecoder is now used for decoding strings encoded |
// according to the Huffman Table in the HPACK spec. |
- bool GenericDecodeString(HpackInputStream* in, |
- std::string* out) const; |
+ bool GenericDecodeString(HpackInputStream* in, SpdyString* out) const; |
// Returns the estimate of dynamically allocated memory in bytes. |
size_t EstimateMemoryUsage() const; |