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

Unified Diff: net/http/http_network_transaction.h

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.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index e819963ac80d4d22b6aaeda7ef66fb0335753608..e961606188341ecf5e63df8e5899e6c377f6fbb7 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -8,7 +8,6 @@
#include <stdint.h>
#include <memory>
-#include <string>
mgersh 2017/05/24 15:26:40 Not sure why this was deleted, it looks like it's
Bence 2017/05/24 15:44:56 Reverted. I am sorry for the oversight. Since st
#include "base/gtest_prod_util.h"
#include "base/macros.h"

Powered by Google App Engine
This is Rietveld 408576698