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

Unified Diff: net/http/http_network_transaction.cc

Issue 2904643002: Remove some naked |new| statements in favor of MakeUnique. (Closed)
Patch Set: Revert changes in one test where it caused a crash. Created 3 years, 7 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
Index: net/http/http_network_transaction.cc
diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
index e29b01d43e23a9c2f99c2bf647a483e891c25022..8b9c46cda1203baa9ed0a50c3aa6f130d16bbcf0 100644
--- a/net/http/http_network_transaction.cc
+++ b/net/http/http_network_transaction.cc
@@ -5,6 +5,7 @@
#include "net/http/http_network_transaction.h"
#include <set>
+#include <string>
mgersh 2017/05/24 15:26:40 (see comment on .h file)
Bence 2017/05/24 15:44:56 Reverted.
#include <utility>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698