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

Unified Diff: net/url_request/ftp_protocol_handler.cc

Issue 1230313005: split port_util.h off of net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 5 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/url_request/ftp_protocol_handler.cc
diff --git a/net/url_request/ftp_protocol_handler.cc b/net/url_request/ftp_protocol_handler.cc
index a55fc47fc7e3865d55e12ded7537e9ce737e34ca..d303c3ce441f97904ee009be1e08ec560f467cd5 100644
--- a/net/url_request/ftp_protocol_handler.cc
+++ b/net/url_request/ftp_protocol_handler.cc
@@ -7,6 +7,7 @@
#include "base/logging.h"
#include "net/base/net_errors.h"
#include "net/base/net_util.h"
mmenke 2015/07/16 15:07:58 Not using net_util
eroman 2015/07/21 01:04:04 Done.
+#include "net/base/port_util.h"
#include "net/ftp/ftp_auth_cache.h"
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_error_job.h"

Powered by Google App Engine
This is Rietveld 408576698