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

Unified Diff: net/base/net_util.h

Issue 1290723003: Stop including network_interfaces.h from net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added one missing include Created 5 years, 4 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/base/net_util.h
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 597e52e2f71efb7ca43d30687c7ee9b2d21f9d55..aa4bb3c86b27406c82be467dcaa3878b642a3165 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -25,9 +25,6 @@
#include "net/base/escape.h"
#include "net/base/net_export.h"
#include "net/base/network_change_notifier.h"
-// TODO(eroman): Remove this header and require consumers to include it
-// directly.
-#include "net/base/network_interfaces.h"
class GURL;

Powered by Google App Engine
This is Rietveld 408576698