| Index: net/spdy/spdy_pinnable_buffer_piece.h
|
| diff --git a/net/spdy/spdy_pinnable_buffer_piece.h b/net/spdy/spdy_pinnable_buffer_piece.h
|
| index 6ffc2639f714cacff92f75c561bfbceadcea1eb1..42bae12a50bab67cd4ddf7f1c39d99a7eff56e2a 100644
|
| --- a/net/spdy/spdy_pinnable_buffer_piece.h
|
| +++ b/net/spdy/spdy_pinnable_buffer_piece.h
|
| @@ -39,9 +39,7 @@ struct NET_EXPORT_PRIVATE SpdyPinnableBufferPiece {
|
| // Allocates and copies the buffer to internal storage.
|
| void Pin();
|
|
|
| - bool IsPinned() const {
|
| - return storage_.get() != NULL;
|
| - }
|
| + bool IsPinned() const { return storage_ != nullptr; }
|
|
|
| // Swaps buffers, including internal storage, with |other|.
|
| void Swap(SpdyPinnableBufferPiece* other);
|
|
|