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

Unified Diff: net/http/http_network_transaction.cc

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 f4df073b4bba5ad905631653d2cba46820c0daa7..f45679670ec2ad86f4a8ff4995740982fff32906 100644
--- a/net/http/http_network_transaction.cc
+++ b/net/http/http_network_transaction.cc
@@ -62,12 +62,6 @@
#include "net/ssl/ssl_connection_status_flags.h"
#include "url/gurl.h"
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
-#include <algorithm>
bengr 2014/07/11 20:42:53 is this not needed?
Not at Google. Contact bengr 2014/07/16 22:41:34 Not sure what it is used for. I am able to build a
-#include "net/proxy/proxy_server.h"
-#endif
-
-
using base::Time;
using base::TimeDelta;

Powered by Google App Engine
This is Rietveld 408576698