| Index: net/http/bidirectional_stream.cc
|
| diff --git a/net/http/bidirectional_stream.cc b/net/http/bidirectional_stream.cc
|
| index 1d3af661cfda74a0e9792896f767049859f7d721..cb104a8e483dcb02cc99fcc107bc828149c4a3d6 100644
|
| --- a/net/http/bidirectional_stream.cc
|
| +++ b/net/http/bidirectional_stream.cc
|
| @@ -72,7 +72,7 @@ BidirectionalStream::BidirectionalStream(
|
| session,
|
| send_request_headers_automatically,
|
| delegate,
|
| - base::WrapUnique(new base::Timer(false, false))) {}
|
| + base::MakeUnique<base::Timer>(false, false)) {}
|
|
|
| BidirectionalStream::BidirectionalStream(
|
| std::unique_ptr<BidirectionalStreamRequestInfo> request_info,
|
|
|