| Index: net/spdy/spdy_header_block.h
|
| diff --git a/net/spdy/spdy_header_block.h b/net/spdy/spdy_header_block.h
|
| index 0afde3159f542e237487ac46506ea1f7d44a70ec..baf6e8ba242695d44bbd019acd04758c6407d0c3 100644
|
| --- a/net/spdy/spdy_header_block.h
|
| +++ b/net/spdy/spdy_header_block.h
|
| @@ -141,7 +141,10 @@ class NET_EXPORT SpdyHeaderBlock {
|
| private:
|
| void Write(const base::StringPiece s);
|
| void AppendHeader(const base::StringPiece key, const base::StringPiece value);
|
| + Storage* GetStorage();
|
|
|
| + // StringPieces held by |block_| point to memory owned by |*storage_|.
|
| + // |storage_| might be nullptr as long as |block_| is empty.
|
| MapType block_;
|
| std::unique_ptr<Storage> storage_;
|
| };
|
|
|