| Index: net/tools/flip_server/http_interface.h
|
| diff --git a/net/tools/flip_server/http_interface.h b/net/tools/flip_server/http_interface.h
|
| index 73618bc7974321d195c11613eef4a3290c4fc449..8bd72aac1ebd1d15b48e2736c23bd374f748a508 100644
|
| --- a/net/tools/flip_server/http_interface.h
|
| +++ b/net/tools/flip_server/http_interface.h
|
| @@ -125,7 +125,7 @@ class HttpSM : public BalsaVisitorInterface, public SMInterface {
|
| void GetOutput() override;
|
|
|
| private:
|
| - scoped_ptr<BalsaFrame> http_framer_;
|
| + std::unique_ptr<BalsaFrame> http_framer_;
|
| BalsaHeaders headers_;
|
| uint32_t stream_id_;
|
| int32_t server_idx_;
|
|
|