Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: net/tools/flip_server/http_interface.h

Issue 1893083002: Change scoped_ptr to std::unique_ptr in //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptr-net-all: iwyu Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/epoll_server/epoll_server.h ('k') | net/tools/flip_server/http_interface_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « net/tools/epoll_server/epoll_server.h ('k') | net/tools/flip_server/http_interface_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698